As an LexData editor, I want to find easily a language in the list of the glosses. The first step for this is to order them alphabetically.
Problem: Currently glosses are sorted by order of entered time. We should sort them alphabetically. We'll go with alphabetically by language code as this is consistent with the termbox.
BDD
GIVEN a Lexeme with a Sense
WHEN the Sense has more than one Gloss
THEN the Glosses are ordered by their language code
Acceptance criteria:
- When viewing a Sense then all Glosses are in alphabetical order of their language code
Notes:
- It's ok to have new ones added at the end until page reload.