Merge branch 'qbcore-framework:main' into main

This commit is contained in:
kierwin1987
2022-09-13 10:04:36 +02:00
committed by GitHub
36 changed files with 331 additions and 138 deletions
+7 -4
View File
@@ -110,7 +110,10 @@ local Translations = {
},
}
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true
})
if GetConvar('qb_locale', 'en') == 'cs' then
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true,
fallbackLang = Lang,
})
end