Localization
Translations are stored in locales/translations/. Currently supported:
Code
Language
en
English
es
Spanish
fr
French
it
Italian
pt-br
Portuguese (Brazil)
Set Language
Config.Language = "en" -- change to your preferred locale codeAdding a Custom Translation
Copy
locales/translations/en.luato a new file, e.g.,locales/translations/de.luaTranslate all values
Set
Config.Language = "de"
Last updated