Locale and Translations
Change or translate SkinsRestorer messages.
SkinsRestorer can show messages in the language of each player's Minecraft client.
Default values
The default locale is en for English. Change the default locale in config.yml.
Community translation
Community members translate SkinsRestorer. You can add a translation or improve an existing one.
Contribute a translation
Add translations on the SkinsRestorer Crowdin page.
If your locale is absent, contact us on Discord.
Custom translations
If you use BungeeCord or Velocity, copy the locale files to the proxy and every backend server.
The plugins/SkinsRestorer/locale folder contains two folders: repository and custom.
The repository folder contains the default locale files.
SkinsRestorer uses these files when custom does not contain the requested locale.
Do not edit files in repository. Updates and reloads replace these files.
To change a locale:
- Copy its file from
repositorytocustom. - Edit the copy in
custom.
After an update, compare your custom file with the new default file. The update can add or change messages.
Locale list
SkinsRestorer includes these locales:
Locale codes
| Locale | code | file name |
|---|---|---|
| Arabic | ar | locale_ar.json |
| Bulgarian | bg | locale_bg.json |
| Catalan | ca | locale_ca.json |
| Czech | cs | locale_cs.json |
| Danish | da | locale_da.json |
| German | de | locale_de.json |
| Argentinian Spanish | es_ar | locale_es_ar.json |
| Spanish | es | locale_es.json |
| Finnish | fi | locale_fi.json |
| French | fr | locale_fr.json |
| Canadian French | fr_ca | locale_fr_ca.json |
| Hungarian | hu | locale_hu.json |
| Italian | it | locale_it.json |
| Japanese | ja | locale_ja.json |
| Korean | ko | locale_ko.json |
| Lithuanian | lt | locale_lt.json |
| Dutch | nl | locale_nl.json |
| Norwegian Bokmål | no | locale_no.json |
| Norwegian Nynorsk | nn_no | locale_nn_no.json |
| Polish | pl | locale_pl.json |
| Brazilian Portuguese | pt_br | locale_pt_br.json |
| Romanian | ro | locale_ro.json |
| Thai | th | locale_th.json |
| Turkish | tr | locale_tr.json |
| Ukrainian | uk | locale_uk.json |
| Simplified Chinese (China) | zh_cn | locale_zh_cn.json |
| Traditional Chinese (Hong Kong) | zh_hk | locale_zh_hk.json |
| Traditional Chinese (Taiwan) | zh_tw | locale_zh_tw.json |
How is this guide?
Last updated on