Update tr.lua

This commit is contained in:
IRedScarface
2024-12-26 07:53:45 +03:00
committed by GitHub
parent 11718a5acc
commit cccb4d0576
+7 -4
View File
@@ -124,7 +124,10 @@ local Translations = {
},
}
Lang = Lang or Locale:new({
phrases = Translations,
warnOnMissing = true
})
if GetConvar('qb_locale', 'en') == 'tr' then
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true,
fallbackLang = Lang,
})
end