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:
+6
-5
@@ -123,8 +123,9 @@ local Translations = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
if GetConvar('qb_locale', 'en') == 'ua' then
|
||||||
Lang = Lang or Locale:new({
|
Lang = Lang or Locale:new({
|
||||||
phrases = Translations,
|
phrases = Translations,
|
||||||
warnOnMissing = true
|
warnOnMissing = true
|
||||||
})
|
})
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user