SkinFixer 1.4.0
SkinFixer v1.4.0
- Fixes #7
Update instructions
To use a custom language, add the configuration property language
to your config.yml
. Make sure you have a file named whatever value you gave to language
, e.g:
language: nl
Would require a file named nl.yml
in server/SkinFixer/langs/
. If this folder does not yet exist, start your server once with v1.4.0
Translation guide.
It's fairly straight forward.
- Copy
en.yml
toYOUR_LANGUAGE.yml
- Translate everything inside the file right of the colon (
:
).
E.g:
skinFetching: Fetching skin value and signature...
Would turn into:
skinFetching: Skin waarde en signatuur ophalen...
- Change
language
in yourconfig.yml
toYOUR_LANGUAGE