From 30aaf3b08611424de1464f5ce89a14b6468644eb Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 3 Oct 2023 13:05:45 +0200 Subject: [PATCH] I18N: UI Translation: Add Tamil and enable Bulgarian, Greek and Nepali. These four languages now have some translated strings, so time to show them in Blender. NOTE: effect will take place after next week's update in official Blender builds. --- scripts/modules/bl_i18n_utils/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/modules/bl_i18n_utils/settings.py b/scripts/modules/bl_i18n_utils/settings.py index bf008794d56..0d77627ecea 100644 --- a/scripts/modules/bl_i18n_utils/settings.py +++ b/scripts/modules/bl_i18n_utils/settings.py @@ -85,6 +85,7 @@ LANGUAGES = ( (46, "Thai (ภาษาไทย)", "th_TH"), (47, "Slovak (Slovenčina)", "sk_SK"), (48, "Georgian (ქართული)", "ka"), + (49, "Tamil (தமிழ்)", "ta"), ) # Default context, in py (keep in sync with `BLT_translation.h`)! @@ -101,7 +102,7 @@ IMPORT_MIN_LEVEL = 0.0 # Languages in the working repository that should not be imported in the Blender one currently... IMPORT_LANGUAGES_SKIP = { - 'am_ET', 'bg_BG', 'el_GR', 'et_EE', 'ne_NP', 'ro_RO', 'uz_UZ@latin', 'uz_UZ@cyrillic', 'kk_KZ', + 'am_ET', 'et_EE', 'ro_RO', 'uz_UZ@latin', 'uz_UZ@cyrillic', 'kk_KZ', } # Languages that need RTL pre-processing.