Add Abkhaz language to Blender (disabled for until we get some translated content).
This commit is contained in:
@@ -92,6 +92,7 @@ LANGUAGES = (
|
|||||||
(42, "Basque (Euskara)", "eu_EU"),
|
(42, "Basque (Euskara)", "eu_EU"),
|
||||||
(43, "Hausa (Hausa)", "ha"),
|
(43, "Hausa (Hausa)", "ha"),
|
||||||
(44, "Kazakh (қазақша)", "kk_KZ"),
|
(44, "Kazakh (қазақша)", "kk_KZ"),
|
||||||
|
(45, "Abkhaz (Аԥсуа бызшәа)", "ab"),
|
||||||
)
|
)
|
||||||
|
|
||||||
# Default context, in py!
|
# 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...
|
# Languages in /branches we do not want to import in /trunk currently...
|
||||||
IMPORT_LANGUAGES_SKIP = {
|
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.
|
# Languages that need RTL pre-processing.
|
||||||
|
Reference in New Issue
Block a user