Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Changes to the master branch are merged into the develop branch of OpenRCT2/Open

To contribute to the translation of OpenRCT2, you will need to fork this repository.<br/>
This allows you to edit and push changes of files to your fork so that you can then open a pull request.<br/>
For more information, visit GitHub's official [forking guide](https://guides.github.com/activities/forking/).
For more information, visit GitHub's official [forking guide](https://guides.github.com/activities/forking/) or ours Wiki on how-to [fork and commit using only web browser](https://github.com/OpenRCT2/Localisation/wiki/Committing-basics).

### Creating a new language
If you want to begin translating OpenRCT2 for a new language, create a new file in the data directory with the correct two letter [language](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes#Partial_ISO_639_table) and [country codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Decoding_table) (e.g. `cs-CZ`), then paste the contents of the [en-GB](https://github.com/OpenRCT2/OpenRCT2/blob/develop/data/language/en-GB.txt) file into it and start translating the strings.
Expand Down