mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
i18n: suppress Interlingue
- like Esperanto before Qt 5.12, Interlingue does not seem to be supported by QLocale, so it gets turned into "C" locale, which then messes up the default language selection in the welcome page. Move it to _incomplete until QLocale does support it. FIXES #1475
This commit is contained in:
parent
b5c0158ec2
commit
29cfcb01da
2 changed files with 18 additions and 36 deletions
|
@ -178,6 +178,7 @@ def get_tx_stats(languages, outputter, verbose):
|
|||
# and it's at-the-least ok.
|
||||
incomplete_languages = (
|
||||
"eo", # Not supported by QLocale < 5.12.1
|
||||
"ie", # Not supported by Qt at least through 5.15.0
|
||||
)
|
||||
|
||||
all_langs = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue