mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
fix: add qb_locale convar check
This commit is contained in:
+2
-1
@@ -123,8 +123,9 @@ local Translations = {
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
if GetConvar('qb_locale', 'en') == 'ua' then
|
||||
Lang = Lang or Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user