Updated Translating to new languages (markdown)
parent
4be8529239
commit
affa9001c5
|
@ -2,6 +2,12 @@ This page describes the process for creating and keeping a new translation up to
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
|
|
||||||
|
## Qt Dependencies Setup
|
||||||
|
|
||||||
|
1. Download `deps-x64.7z` from https://github.com/stenzek/duckstation-ext-qt-minimal/releases/tag/latest.
|
||||||
|
2. Extract to the `dep\msvc` directory.
|
||||||
|
3. Verify you have `lupdate.exe` in the following path (replace `D:\Projects\duckstation` with your clone path): `D:\Projects\duckstation\dep\msvc\deps-x64\bin`.
|
||||||
|
|
||||||
## Create New Translation
|
## Create New Translation
|
||||||
1. Clone the repository in the same way as described in the main **README** (submodules/recursive clone).
|
1. Clone the repository in the same way as described in the main **README** (submodules/recursive clone).
|
||||||
2. Run `create-update-and-edit-language.bat` in `src\duckstation-qt\translations`.
|
2. Run `create-update-and-edit-language.bat` in `src\duckstation-qt\translations`.
|
||||||
|
|
Loading…
Reference in New Issue