Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.49 KB

languages.md

File metadata and controls

20 lines (12 loc) · 1.49 KB

Languages

Available languages out the box

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

LanguageCode
Englishen
Spanishes
Germande
Dutchnl
Danishda
Portuguesept
Czechcs
Lithuanianlt
Finnishfi
Hungarianhu
Chinese (Simplified)cn
Vietnamesevi
Italianit
Swedishsv

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 %}