For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 code

Adding a Custom Translation

  1. Copy locales/translations/en.lua to a new file, e.g., locales/translations/de.lua

  2. Translate all values

  3. Set Config.Language = "de"

Last updated