Skip to content

Commit 0e4b709

Browse files
authored
Update and rename cn.lua to zh-cn.lua
1 parent e51dfc8 commit 0e4b709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/cn.lua renamed to locale/zh-cn.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ local Translations = {
120120
},
121121
}
122122

123-
if GetConvar('qb_locale', 'en') == 'cn' then
123+
if GetConvar('qb_locale', 'en') == 'zh-cn' then
124124
Lang = Locale:new({
125125
phrases = Translations,
126126
warnOnMissing = true,
127127
fallbackLang = Lang,
128128
})
129-
end
129+
end

0 commit comments

Comments
 (0)