Skip to content

Commit

Permalink
Mark Russian as active language
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed May 17, 2024
1 parent dcd4af0 commit a49b854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_scripts/make_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a49b854

Please sign in to comment.