diff --git a/make_scripts/make_extension.py b/make_scripts/make_extension.py index fe4ffa9..33ada6d 100644 --- a/make_scripts/make_extension.py +++ b/make_scripts/make_extension.py @@ -47,7 +47,7 @@ def increase_indent(self, flow=False, indentless=False): shutil.rmtree(releasesPath) # Remove inactive (not enough translated) languages -active_languages = ["en_US", "it_IT", "pl_PL", "es_ES", "tr_TR", "pt_BR"] +active_languages = ["en_US", "it_IT", "pl_PL", "es_ES", "tr_TR", "pt_BR", "ru_RU"] for root, dirs, files in os.walk(pj(compiledPath, "Localization")): for file in files: if not any(substring in file for substring in active_languages):