duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

update-and-edit-english.bat (568B)


      1 @echo off
      2 
      3 set "linguist=..\..\..\dep\msvc\deps-x64\bin"
      4 set context=../ ../../core/ ../../util/ -tr-function-alias QT_TRANSLATE_NOOP+=TRANSLATE,QT_TRANSLATE_NOOP+=TRANSLATE_SV,QT_TRANSLATE_NOOP+=TRANSLATE_STR,QT_TRANSLATE_NOOP+=TRANSLATE_FS,QT_TRANSLATE_N_NOOP3+=TRANSLATE_FMT,QT_TRANSLATE_NOOP+=TRANSLATE_NOOP,translate+=TRANSLATE_PLURAL_STR,translate+=TRANSLATE_PLURAL_SSTR,translate+=TRANSLATE_PLURAL_FS -pluralonly -no-obsolete
      5 
      6 "%linguist%\lupdate.exe" %context% -ts duckstation-qt_en.ts
      7 pause
      8 
      9 cd "%linguist%"
     10 start /B linguist.exe "%~dp0\duckstation-qt_en.ts"