mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Update i18n's README.md to correct grammar and formatting
Address the following reviews: https://gitlab.com/veloren/veloren/-/merge_requests/1666#note_476145978 https://gitlab.com/veloren/veloren/-/merge_requests/1666#note_476145980 https://gitlab.com/veloren/veloren/-/merge_requests/1666#note_476145981
This commit is contained in:
parent
017bd86185
commit
da81b2f0b2
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
In order to keep localization documents readible please follow the following
|
In order to keep localization documents readible please follow the following
|
||||||
rules:
|
rules:
|
||||||
- separate the string map sections using a commentary describing the purpose
|
- Separate the string map sections using a commentary describing the purpose
|
||||||
of the next section
|
of the next section
|
||||||
- prepend multi-line strings with a commentary
|
- Prepend multi-line strings with a commentary
|
||||||
- append one blank lines after a multi-line strings and two after sections
|
- Append one blank line after multi-line strings and two blank lines after sections
|
||||||
|
|
||||||
|
|
||||||
# Adding a new language in Veloren
|
# Adding a new language in Veloren
|
||||||
@ -14,4 +14,4 @@ To add a new language in Veloren, please follow these steps:
|
|||||||
- Create a new folder into the `assets/voxygen/i18n` directory
|
- Create a new folder into the `assets/voxygen/i18n` directory
|
||||||
- Copy the content of the `en` directory in your new folder
|
- Copy the content of the `en` directory in your new folder
|
||||||
- Configure the language metadata in the `_manifest.ron` file
|
- Configure the language metadata in the `_manifest.ron` file
|
||||||
- From this point, you can start translating the files !
|
- From this point, you can start translating the files!
|
||||||
|
Loading…
Reference in New Issue
Block a user