Languages
Available languages out the box
To use one of the 13 built-in language packs, just select the language in the configurator.
English
en
Chinese (Simplified)
cn
German
de
Spanish
es
Hungarian
hu
Lithuanian
lt
Dutch
nl
Norwegian
no
Polish
pl
Portuguese
pt
Turkish
tr
Vietnamese
vi
Adding a custom language
Create a copy of
locales/en.lua
and rename the file to your chosen language code, for examplede.lua
for German.On line 3, also change to your new language code, for example for German:
Locales['de'] = {
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