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