перевод на русский язык

This commit is contained in:
2026-03-15 16:39:56 +04:00
parent 0251953122
commit 44dd95dbd0
11 changed files with 335 additions and 199 deletions
@@ -69,9 +69,9 @@ function Cinematics_OnMovieFinished()
end
function OptionsSelectFrame_OnShow()
local locale = GetLocale() or "enUS";
local locale = GetGlueLocale and GetGlueLocale() or GetLocale() or "enUS";
local button = OptionsSelectResetSettingsButton;
if button and GlueStrings and GlueStrings["RESET_REALM_EXIT"] then
button:SetText(GlueStrings["RESET_REALM_EXIT"][locale] or GlueStrings["RESET_REALM_EXIT"].enUS);
end
end
end