mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
Update ml.lua
This commit is contained in:
+7
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user