Languages
Available languages out the box
To use one of the 14 built-in language packs, just select the language in the configurator.
English
en
Spanish
es
German
de
Dutch
nl
Danish
da
Portuguese
pt
Czech
cs
Lithuanian
lt
Finnish
fi
Hungarian
hu
Chinese (Simplified)
cn
Vietnamese
vi
Italian
it
Swedish
sv
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