More language code fixes

I commit in several commits to check autobuild
This commit is contained in:
2024-06-02 04:51:22 +01:00
parent e23778f306
commit 66816d7a7e
25 changed files with 43 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
if tup.getconfig("NO_CMM") ~= "" then return end
if tup.getconfig("LANG") == "ru"
if tup.getconfig("LANG") == "ru_RU"
then C_LANG = "LANG_RUS"
else C_LANG = "LANG_ENG" -- this includes default case without config
end