Main/Language System

Language System

About new system

JailWorker version 3.0.0 or later got new language system!

Now JailWorker's language depends on player's language settings. For example, player whose language is French will see French. Player will see their own language.

On this page, I introduce how to use this new system.

For English, French or Japanese servers

You do not have to change anything. These three languages are supported basically.

For Other languages

You have to add new language file in 'JailWorker/languages/' folder.

First, you have to translate language file to your language. After that, change the file name to <language-code>_<country-code>.yml You can see valid names here. Locale codes are directly available file names.

After adding file, you do not have to reload to load new language. JailWorker will automatically lookup file and use translated strings.