Removing "if on Windows" in a windows section

TzakShrike 2020-09-13 03:35:10 +09:00
parent 7e74090d95
commit 1bb3bcfd2f
1 changed files with 1 additions and 1 deletions

@ -1,7 +1,7 @@
This page describes the process for creating and keeping a new translation up to date.
To create a new translation (Windows):
1. Clone the repository in the same way as described in the main README (submodules/recursive clone if on Windows).
1. Clone the repository in the same way as described in the main README (submodules/recursive clone).
2. Run `set-language.bat` in `src\duckstation-qt\translations`.
(You can find a list of language codes here: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (use the 639-1 code). If your language has different variants for different countries, append a two-letter country code at the end after an underscore. You can find a list of country codes here: https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes (use the 3166-1 Alpha-2 code)).
3. Run `update-and-edit-language`, also in `src\duckstation-qt\translations`. This should create a new `.ts` file for your language in the `translations` directory, update it, and open the translation file in Qt Linguist.