From bb0c2de74815c209b74d1ccf3ac083915db445fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=AD=C5=A1a=20Szlachta?= Date: Wed, 20 Aug 2025 21:20:18 +0200 Subject: [PATCH] Add link to wiki article Add link to Localisation's Wiki about forking and committing via web browser, in order to offer alternative for (possible) translators not accustomed to concurrent version systems and git / gh command line workflow as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f90f161dee..efdbd4dff9 100644 --- a/README.md +++ b/README.md @@ -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.
This allows you to edit and push changes of files to your fork so that you can then open a pull request.
-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.