Update ts files

Remove obsolete strings for all available languages files.
This commit is contained in:
Anderson Cardoso
2023-12-26 09:19:03 -03:00
committed by Stenzek
parent 044eb589f9
commit 489235f48a
16 changed files with 66866 additions and 47272 deletions

View File

@@ -5,7 +5,7 @@ if not defined lang (echo Please set your language first & pause & exit)
set "linguist=..\..\..\dep\msvc\deps-x64\bin"
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"
"%linguist%\lupdate.exe" %context% -ts duckstation-qt_%lang%.ts
"%linguist%\lupdate.exe" %context% -noobsolete -ts duckstation-qt_%lang%.ts
pause
cd "%linguist%"