Multi Language UI

From Neos Wiki
Jump to navigation Jump to search
This page contains changes which are not marked for translation.
Other languages:
English • ‎čeština • ‎日本語 • ‎한국어


NeosVR supports multiple languages, so you can change it to your native language using the following below.

How to Use

" find folder where Neos.exe is installed (on Steam, you can do so by right clicking Neos, going to Properties -> LOCAL FILES -> BROWSE LOCAL FILES...) and then locate the "Locale" folder. Simply place your modified file into this folder and Neos will load it up. By default, Neos uses your system locale to determine which locale to use as default, and you will be asked to select your preferred one on 1st startup. You can change language by going to Settings, pressing Change language and selecting different language. " #Testing your translation in Neos


Languages

Name Code URL
English en https://github.com/Neos-Metaverse/NeosLocale/blob/master/en.json
British English en-gb https://github.com/Neos-Metaverse/NeosLocale/blob/master/en-gb.json
Czech cs https://github.com/Neos-Metaverse/NeosLocale/blob/master/cs.json
Spanish es https://github.com/Neos-Metaverse/NeosLocale/blob/master/es.json
Dutch nl https://github.com/Neos-Metaverse/NeosLocale/blob/master/nl.json
Japanese ja https://github.com/Neos-Metaverse/NeosLocale/blob/master/ja.json
German de https://github.com/Neos-Metaverse/NeosLocale/blob/master/de.json
Finnish fi https://github.com/Neos-Metaverse/NeosLocale/blob/master/fi.json
French fr https://github.com/Neos-Metaverse/NeosLocale/blob/master/fr.json
Norwegian no https://github.com/Neos-Metaverse/NeosLocale/blob/master/no.json
Polish pl https://github.com/Neos-Metaverse/NeosLocale/blob/master/pl.json
Russian ru https://github.com/KidrashVr/NeosLocale/blob/master/ru.json
Estonian et https://github.com/Neos-Metaverse/NeosLocale/blob/master/et.json
Italian it
Portuguese(Portugal) pt_PT
Icelandic is https://github.com/Neos-Metaverse/NeosLocale/blob/master/is.json
Korean ko https://github.com/Neos-Metaverse/NeosLocale/blob/master/ko.json
Simple Chinese zh-cn https://github.com/Neos-Metaverse/NeosLocale/blob/master/zh-cn.json
Traditional Chinese zh-tw https://github.com/Neos-Metaverse/NeosLocale/blob/master/zh-tw.json
Turkish tr https://github.com/Neos-Metaverse/NeosLocale/blob/master/tr.json
Esperanto eo https://github.com/Neos-Metaverse/NeosLocale/blob/master/eo.json
Lojban jbo

How to Contribute

"Contributing translations to a language If you'd like to contribute translations for existing language file (or one you have just created), we recommend the following:

Make a fork of the repository or your own branch. Update the language file, either by modifying the translation strings or adding new ones for missing translations. Ensure you do not have any left-over English strings in the file. Your file should only contain actually translated strings. Any missing strings will automatically fallback (see below for details) Ensure your modified translation file works correctly in Neos (see below how to test) Create a Pull Request for your translations to be merged into the main repository. After merging they will be available publicly in the next public build of Neos. As Neos develop, we'll be constantly adding new strings in English or modifying the existing ones. We recommend watching the repository for activity through GitHub, so you can get notified when there are changes and new strings to be translated."

#Contributing translations to a language
this repository issues