Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/modules/bl_i18n_utils/settings.py
| Show First 20 Lines • Show All 94 Lines • ▼ Show 20 Lines | LANGUAGES = ( | ||||
| (40, "Hindi (मानक हिन्दी)", "hi_IN"), | (40, "Hindi (मानक हिन्दी)", "hi_IN"), | ||||
| (41, "Vietnamese (tiếng Việt)", "vi_VN"), | (41, "Vietnamese (tiếng Việt)", "vi_VN"), | ||||
| (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"), | (45, "Abkhaz (Аԥсуа бызшәа)", "ab"), | ||||
| (46, "Thai (ภาษาไทย)", "th_TH"), | (46, "Thai (ภาษาไทย)", "th_TH"), | ||||
| (47, "Slovak (Slovenčina)", "sk_SK"), | (47, "Slovak (Slovenčina)", "sk_SK"), | ||||
| (48, "Georgian (ქართული)", "ka"), | |||||
| ) | ) | ||||
| # Default context, in py (keep in sync with `BLT_translation.h`)! | # Default context, in py (keep in sync with `BLT_translation.h`)! | ||||
| if bpy is not None: | if bpy is not None: | ||||
| assert(bpy.app.translations.contexts.default == "*") | assert(bpy.app.translations.contexts.default == "*") | ||||
| DEFAULT_CONTEXT = "*" | DEFAULT_CONTEXT = "*" | ||||
| # Name of language file used by Blender to generate translations' menu. | # Name of language file used by Blender to generate translations' menu. | ||||
| ▲ Show 20 Lines • Show All 552 Lines • Show Last 20 Lines | |||||