mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 07:13:07 +01:00
Update CONTRIBUTING.md
This commit is contained in:
@@ -39,8 +39,8 @@ work outside and inside the game.
|
|||||||
|
|
||||||
## Code hints
|
## Code hints
|
||||||
### Adding new strings
|
### Adding new strings
|
||||||
If you need to add a new localisable string to OpenRCT2, please add your new string entry to ```./data/language/english_uk.txt```.
|
If you need to add a new localisable string to OpenRCT2, please add your new string entry to ```./data/language/en-GB.txt```.
|
||||||
It is important that you only edit English (UK) in the OpenRCT2 repository as this is the base language that is used for
|
It is important that you only edit en-GB in the OpenRCT2 repository as this is the base language that is used for
|
||||||
translation to other languages. A separate repository OpenRCT2/Localisation is used for translation pull requests, and changes
|
translation to other languages. A separate repository OpenRCT2/Localisation is used for translation pull requests, and changes
|
||||||
to that repository are merged with the OpenRCT2 main repository every night. When your pull request is merged, it is helpful
|
to that repository are merged with the OpenRCT2 main repository every night. When your pull request is merged, it is helpful
|
||||||
to create a new issue in the OpenRCT2/Localisation repository about the new strings you have added. This notifies translators
|
to create a new issue in the OpenRCT2/Localisation repository about the new strings you have added. This notifies translators
|
||||||
|
|||||||
Reference in New Issue
Block a user