Languages

Available languages out the box

To use one of the 12 built-in language packs, just select the language in the configurator.

LanguageCode

English

en

Adding a custom language

  1. Create a copy of locales/en.lua and rename the file to your chosen language code, for examplede.lua for German.

  2. On line 3, also change to your new language code, for example for German:

    Locales['de'] = {

  3. Now, the long part; translate all the strings as necessary. If you see %{value}, you must leave this intact or it will break the script! Also, do not change the variable names!

Psst 😉 have you translated the script into your native language? Send it to us, and if we add it as an official language for the script we will give you a free Pro Scoreboard.

Last updated