earth-europeLanguage options

In this section you will see how to configure the script for your language; you can add more languages ​​without any problem

Go to the following route jc_multicharacter/Setting.lua

--[[  
Configure your language using the following:
    'es' -> Spanish
    'en' -> English
    'fr' -> French
    'de' -> German
    'it' -> Italian
    'pt' -> Portuguese
]]
Config.Locale = 'en' 

Where it says "en" you need to add your language. By default, we provide English, Portuguese, German, French, Italian, and Spanish. If you think you can add a new language or want us to do it for you, you can open a ticket and we'll help you!

If you think you can add a new language, go to jc_multicharacter/Locale/

You will find several .lua files; copy the file you want and paste it, add the initials of your language, and translate everything between the quotation marks into your language

And finally, in Setting.lua, put the initials of the filename you put in Locales/

Last updated