mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Update translations and add update script
This commit is contained in:
parent
a309ab547f
commit
113e09763d
20
ScreenPlay/UpdateTranslations.bat
Normal file
20
ScreenPlay/UpdateTranslations.bat
Normal file
@ -0,0 +1,20 @@
|
||||
setlocal EnableExtensions
|
||||
|
||||
set PATH=%PATH%;C:\Qt\Tools\QtCreator\bin
|
||||
set PATH=%PATH%;C:\Qt\5.15.1\msvc2019_64\bin
|
||||
set root=%cd%
|
||||
|
||||
cd translations
|
||||
|
||||
lupdate.exe -extensions qml "../qml" -ts ^
|
||||
ScreenPlay_ru.ts ^
|
||||
ScreenPlay_de.ts ^
|
||||
ScreenPlay_en.ts ^
|
||||
ScreenPlay_fr.ts ^
|
||||
ScreenPlay_ko.ts ^
|
||||
ScreenPlay_vi.ts ^
|
||||
ScreenPlay_es.ts ^
|
||||
|
||||
pause
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user