Skip to content
Snippets Groups Projects
Commit 007b0c11 authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Sébastien Blin
Browse files

i18n: fix configuration

+ Only look for translations in valid files.

Change-Id: I350478d050118c8b5d6bd127aaeed6c3965fe05f
GitLab: #1266
parent 11f67c73
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,5 @@ host = https://www.transifex.com
[o:savoirfairelinux:p:jami:r:jami_client_qt]
file_filter = translations/jami_client_qt_<lang>.ts
source_file = translations/jami_client_qt.ts
source_lang = en
source_file = translations/jami_client_qt_en.ts
type = TS
......@@ -10,4 +10,4 @@ if (-not(Test-Path -Path $QtDir)) {
$lupdate = "$QtDir\bin\lupdate.exe"
$tsFileNames = Get-ChildItem -Path "$clientDir\translations" -Recurse -Include *.ts
Invoke-Expression("$lupdate $clientDir\src -ts $tsFileNames -no-obsolete")
Invoke-Expression("$lupdate -extensions cpp,h,qml $clientDir\src -ts $tsFileNames -no-obsolete")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment