перевод на русский язык
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user