Update Localization Readme.txt

This commit is contained in:
simibubi 2022-01-08 13:57:21 +01:00 committed by GitHub
parent 96c5480dee
commit 6d7ad08518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ Looking to contribute with a localization? Here's how:
1. Check if your language is already present in an outdated state: 1. Check if your language is already present in an outdated state:
https://github.com/Creators-of-Create/Create/blob/mc1.16/dev/src/generated/resources/assets/create/lang/unfinished https://github.com/Creators-of-Create/Create/blob/mc1.18/dev/src/generated/resources/assets/create/lang/unfinished
Shows generated lang files that are composed of any old translation file in the official lang folder as well as placeholder entries of new content added since. Shows generated lang files that are composed of any old translation file in the official lang folder as well as placeholder entries of new content added since.
NOTICE: this is not the true lang folder, changes to the files in that directory will be lost as they are auto-generated templates. NOTICE: this is not the true lang folder, changes to the files in that directory will be lost as they are auto-generated templates.
@ -18,7 +18,7 @@ If your locale is present here, copy the file, and translate all entries that re
If you couldn't find a started translation in the previous step: If you couldn't find a started translation in the previous step:
Grab a copy of the full standard localization file here: Grab a copy of the full standard localization file here:
https://github.com/Creators-of-Create/Create/blob/mc1.16/dev/src/generated/resources/assets/create/lang/en_us.json https://github.com/Creators-of-Create/Create/blob/mc1.18/dev/src/generated/resources/assets/create/lang/en_us.json
Rename your copied file to the locale it is targeting, and start making your translations by replacing the english text. Rename your copied file to the locale it is targeting, and start making your translations by replacing the english text.
Once you are finished, continue with step 3. Once you are finished, continue with step 3.
@ -27,7 +27,7 @@ https://github.com/Creators-of-Create/Create/blob/mc1.16/dev/src/generated/resou
3. Publishing your changes 3. Publishing your changes
Any lang file you created or changed belongs into this folder: Any lang file you created or changed belongs into this folder:
https://github.com/Creators-of-Create/Create/blob/mc1.16/dev/src/main/resources/assets/create/lang https://github.com/Creators-of-Create/Create/blob/mc1.18/dev/src/main/resources/assets/create/lang
This is the lang folder you found this readme in. This is the lang folder you found this readme in.
You can either open a pull request inserting your file for us, or get in contact on the feedback & help channel linked on Create's project page (CurseForge). You can either open a pull request inserting your file for us, or get in contact on the feedback & help channel linked on Create's project page (CurseForge).
NOTICE: when making PRs, always target the main branch unless your changes are exclusive to a different version of minecraft than the one the main branch is on. NOTICE: when making PRs, always target the main branch unless your changes are exclusive to a different version of minecraft than the one the main branch is on.