https://bugs.kde.org/show_bug.cgi?id=345697

--- Comment #3 from Andriy Rysin <ary...@gmail.com> ---
The keyboard module loads the language descriptions from iso-codes project
(iso639-3.xml file). From what I can see that file has German with ISO code
"deu".
xkeyboard-config.xml for German uses "ger".
https://www.freedesktop.org/wiki/Software/XKeyboardConfig/Rules/
The short description (shortDescription tag) is recommended for the indicators
that use labels (as opposite to flags) for providing the user with the
information about currently used layout/variant. This description is expected
to contain the 2-letter ISO639-1 code (in lowercase) of the primary language -
or, if no ISO639-1 exists for that language, it can be 3-letter code from
ISO639-2 or ISO639-3.

I suspect we have to look for iso_639_2B_code in iso_639.xml first and if not
found then search in iso639-3.xml (or vice versa).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to