Update ml.lua

This commit is contained in:
Playboy Lab
2024-07-11 21:33:43 +05:30
committed by GitHub
parent d56dc7522c
commit 1f25933702
+6 -3
View File
@@ -123,7 +123,10 @@ local Translations = {
},
}
Lang = Lang or Locale:new({
if GetConvar('qb_locale', 'en') == 'ml' then
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true
})
warnOnMissing = true,
fallbackLang = Lang,
})
end