Translation assistance scripts

Translation assistance tool for quick and easy file generation/update/edit for future translators.
This commit is contained in:
Sam Pearman
2020-08-30 22:47:59 +09:00
parent cbbf599e4e
commit 32410b4254
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
@echo off
if not defined lang (echo Please set your language first & pause & exit)
set "linguist=..\..\..\dep\msvc\qt\5.15.0\msvc2017_64\bin"
set context=..\
"%linguist%\lupdate.exe" %context% -ts duckstation-qt_%lang%.ts
pause
cd "%linguist%"
start /B linguist.exe "%~dp0\duckstation-qt_%lang%.ts"