As an editor I want to enter values for Properties with datatype monolingual text by language name in order to record complete data.
Problem:
The language suggester for monolingual text does not show language names in its dropdown. However, this could be saved by using the language code. This is confusing for users.
Example:
We cannot store statements for monolingual text values with some language names.
e.g. language names - Afar, Choctaw, Dagbani, Latin American Spanish, Hiri motu, Herero, Ndonga, Rundi, Tachelhit, Uzbek (Cyrillic script), Uzbek (Latin)...
Their respective language code - aa, cho, dag, es-419, ho, hz, ng, rn, shi-latn, uz-cyrl, uz-latn, etc
Screenshots/mockups:
BDD
GIVEN a special language
WHEN entering a monolingual text value
AND entering the special language name in the language field
THEN it is recognized
AND shows up in the suggester
Acceptance criteria:
- all accepted language names show up in the dropdown for monolingual text values