Skip to content

Files

Latest commit

 

History

History
19 lines (12 loc) · 1.42 KB

languages.md

File metadata and controls

19 lines (12 loc) · 1.42 KB

Languages

Available languages out the box

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

LanguageCode
Englishen
Chinese (Simplified)cn
Germande
Spanishes
Hungarianhu
Lithuanianlt
Dutchnl
Norwegianno
Polishpl
Portuguesept
Turkishtr
Vietnamesevi

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!

{% hint style="info" %} 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. {% endhint %}