mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 16:44:52 +08:00
i18n: change the harvest path and add an extra option in ts update script
Change-Id: Ic1b7518862aa8eced46eaa7e0f2b70ab11bab799
This commit is contained in:
committed by
Andreas Traczyk
parent
90a1dbce27
commit
0445e091b0
@@ -11,4 +11,4 @@ $QtDir = "C:\Qt\$qtver\$qtMsvcDir"
|
||||
$tsFileNames = Get-ChildItem -Path "$clientDir\translations" -Recurse -Include *.ts
|
||||
$lupdate = "$QtDir\bin\lupdate.exe"
|
||||
|
||||
Invoke-Expression("$lupdate $clientDir -ts $tsFileNames")
|
||||
Invoke-Expression("$lupdate $clientDir\src -ts $tsFileNames -no-obsolete")
|
||||
|
||||
Reference in New Issue
Block a user