diff --git a/locale/ua.lua b/locale/ua.lua index f7bdaaa..ee97ddc 100644 --- a/locale/ua.lua +++ b/locale/ua.lua @@ -123,8 +123,9 @@ local Translations = { }, }, } - -Lang = Lang or Locale:new({ - phrases = Translations, - warnOnMissing = true -}) +if GetConvar('qb_locale', 'en') == 'ua' then + Lang = Lang or Locale:new({ + phrases = Translations, + warnOnMissing = true + }) +end