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:
Adriaan de Groot 2020-08-04 12:37:46 +02:00
parent b5c0158ec2
commit 29cfcb01da
2 changed files with 18 additions and 36 deletions

View file

@ -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 = []