Updated Translating to new languages (markdown)

Connor McLaughlin 2023-09-27 22:07:45 +10:00
parent 4be8529239
commit affa9001c5
1 changed files with 6 additions and 0 deletions

@ -2,6 +2,12 @@ This page describes the process for creating and keeping a new translation up to
# 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
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`.