mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
This fixes a bug where a keyboard didn't show up in the language dropdown if the first language it specified wasn't a normalized language tag. Previously in that case we added a custom keyboard with whatever language tag the keyboard specified. With this change we now continue to use the first language of the first keyboard but normalize it. Since the selection of the language now happens a little earlier it is slightly possible that there will be unexpected side effects that didn't show up in my testing. Fixes: #14465 |
||
|---|---|---|
| .. | ||
| bcp47tag_tests.py | ||
| canonical_language_code_utils_tests.py | ||
| custom_keyboards_tests.py | ||
| dbus_util_tests.py | ||
| dconf_util_tests.py | ||
| get_kmp_tests.py | ||
| gnome_keyboards_util_tests.py | ||
| gsettings_tests.py | ||
| handle_install_tests.py | ||
| ibus_util_tests.py | ||
| install_kmp_tests.py | ||
| kvk2ldml_tests.py | ||
| lang_tags_map_tests.py | ||
| package_install_completion_tests.py | ||
| python.env | ||
| uninstall_kmp_tests.py | ||