Add Thai language entry (hidden for until we get some translation).

This commit is contained in:
Bastien Montagne
2019-03-04 10:46:15 +01:00
parent 1a06751c1a
commit 4b17d34ad3

View File

@@ -93,6 +93,7 @@ LANGUAGES = (
(43, "Hausa (Hausa)", "ha"),
(44, "Kazakh (қазақша)", "kk_KZ"),
(45, "Abkhaz (Аԥсуа бызшәа)", "ab"),
(46, "Thai (ภาษาไทย)", "th_TH"),
)
# Default context, in py!
@@ -106,7 +107,7 @@ IMPORT_MIN_LEVEL = 0.0
# Languages in /branches we do not want to import in /trunk currently...
IMPORT_LANGUAGES_SKIP = {
'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ@cyrillic', 'kk_KZ',
'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ@cyrillic', 'kk_KZ', 'th_TH',
}
# Languages that need RTL pre-processing.