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
+7 -4
View File
@@ -123,7 +123,10 @@ local Translations = {
}, },
} }
Lang = Lang or Locale:new({ if GetConvar('qb_locale', 'en') == 'ml' then
phrases = Translations, Lang = Locale:new({
warnOnMissing = true phrases = Translations,
}) warnOnMissing = true,
fallbackLang = Lang,
})
end