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({
|
Lang = Locale:new({
|
||||||
phrases = Translations,
|
phrases = Translations,
|
||||||
warnOnMissing = true,
|
warnOnMissing = true,
|
||||||
fallbackLang = Lang,
|
fallbackLang = Lang,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user