From affa9001c5452507723ec554f1080dd194f1afba Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 27 Sep 2023 22:07:45 +1000 Subject: [PATCH] Updated Translating to new languages (markdown) --- Translating-to-new-languages.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Translating-to-new-languages.md b/Translating-to-new-languages.md index 0c2be9a..85a3e87 100644 --- a/Translating-to-new-languages.md +++ b/Translating-to-new-languages.md @@ -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`.