mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-22 16:25:39 +00:00
11 lines
413 B
Batchfile
11 lines
413 B
Batchfile
@echo off
|
|
|
|
set "linguist=..\..\..\dep\msvc\qt\6.1.0\msvc2019_64\bin"
|
|
set context=../ ../../core/ ../../frontend-common/ -tr-function-alias translate+=TranslateString -tr-function-alias translate+=TranslateStdString -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATABLE -pluralonly
|
|
|
|
"%linguist%\lupdate.exe" %context% -ts duckstation-qt_en.ts
|
|
pause
|
|
|
|
cd "%linguist%"
|
|
start /B linguist.exe "%~dp0\duckstation-qt_en.ts"
|