mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-03 05:33:44 +02:00
i18n: change the harvest path and add an extra option in ts update script
Change-Id: Ic1b7518862aa8eced46eaa7e0f2b70ab11bab799
This commit is contained in:
parent
90a1dbce27
commit
0445e091b0
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue