Remove the buggy cancer from _L

This commit is contained in:
2025-01-26 18:20:49 +01:00
parent 293e71e619
commit 35930c52a4

7
_L.lua
View File

@@ -204,10 +204,3 @@ shared._Locale = {
["Horde"] = "Орда", ["Horde"] = "Орда",
}, },
} }
for key, value in pairs(shared._Locale.en.config) do
local rus = shared._Locale.ru.config[key]
if not rus then
print(key, value)
end
end