We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be7f1e commit de9021cCopy full SHA for de9021c
locale/ua.lua
@@ -123,8 +123,9 @@ local Translations = {
123
},
124
125
}
126
-
127
-Lang = Lang or Locale:new({
128
- phrases = Translations,
129
- warnOnMissing = true
130
-})
+if GetConvar('qb_locale', 'en') == 'ua' then
+ Lang = Lang or Locale:new({
+ phrases = Translations,
+ warnOnMissing = true
+ })
131
+end
0 commit comments