mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
Update and rename cn.lua to zh-cn.lua
This commit is contained in:
@@ -120,10 +120,10 @@ local Translations = {
|
||||
},
|
||||
}
|
||||
|
||||
if GetConvar('qb_locale', 'en') == 'cn' then
|
||||
if GetConvar('qb_locale', 'en') == 'zh-cn' then
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true,
|
||||
fallbackLang = Lang,
|
||||
})
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user