Removing "if on Windows" in a windows section
parent
7e74090d95
commit
1bb3bcfd2f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue