Add Abkhaz language to Blender (disabled for until we get some translated content).

This commit is contained in:
Bastien Montagne 2019-02-16 19:04:45 +01:00
parent 68d8627104
commit e96445059f
1 changed files with 2 additions and 1 deletions

View File

@ -92,6 +92,7 @@ LANGUAGES = (
(42, "Basque (Euskara)", "eu_EU"),
(43, "Hausa (Hausa)", "ha"),
(44, "Kazakh (қазақша)", "kk_KZ"),
(45, "Abkhaz (Аԥсуа бызшәа)", "ab"),
)
# Default context, in py!
@ -105,7 +106,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', 'ab',
}
# Languages that need RTL pre-processing.