Skip to content

Translations

Sam Collins edited this page Feb 11, 2018 · 1 revision

We now have a full translation system. If anyone is able to help us and submit there own languages translations they just need to follow the below guide and create a PR with your changes.

You will need to copy the folder resources/lang/en and replace the code to you language for example de for Germany. Then you will need to go though the language files and change the strings like below.

Original:

'generic' => array (
    'welcome' => 'Welcome',
),

Translated:

'generic' => array (
    'welcome' => 'Willkommen',
),

We welcome any languages and if you need some help adding your own just let us know.

Contact us in discord for more help.

Clone this wiki locally