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({ if GetConvar('qb_locale', 'en') == 'tr' then
phrases = Translations, Lang = Locale:new({
warnOnMissing = true phrases = Translations,
}) warnOnMissing = true,
fallbackLang = Lang,
})
end