I18N: Add Kazakh language.

Disabled for until we get actual first tranlation in SVN repo. ;)

Related to T61102.
This commit is contained in:
Bastien Montagne 2019-02-10 11:04:53 +01:00
parent 0b6dbbc306
commit 0629359762
1 changed files with 2 additions and 1 deletions

View File

@ -91,6 +91,7 @@ LANGUAGES = (
(41, "Vietnamese (tiếng Việt)", "vi_VN"),
(42, "Basque (Euskara)", "eu_EU"),
(43, "Hausa (Hausa)", "ha"),
(44, "Kazakh (қазақша)", "kk_KZ"),
)
# Default context, in py!
@ -104,7 +105,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',
'am_ET', 'bg_BG', 'fi_FI', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ', 'uz_UZ@cyrillic', 'kk_KZ',
}
# Languages that need RTL pre-processing.