Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Geng <terry@terriex.com>2021-02-04 13:54:22 +0300
committerRobert Adam <krzmbrzl@gmail.com>2021-02-11 20:21:12 +0300
commitdf2205a1c85bd3cf69773d6c144532a6e99607be (patch)
treeb8076ef72692b23c0955ee6924f0a56f304573e7 /scripts
parentdafbce26f7a83806f01cb3b7a078b15d485efc3c (diff)
TRANSLATION: Include '.mm' in `lupdate`'s list.
`lupdate` doesn't scan .mm file by default.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/updatetranslations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/updatetranslations.sh b/scripts/updatetranslations.sh
index c27ec8b30..cc7f17e0f 100755
--- a/scripts/updatetranslations.sh
+++ b/scripts/updatetranslations.sh
@@ -75,7 +75,7 @@ function main
echo "TRANSLATION: Update translation files" > $tmpfile
echo "" >> $tmpfile
- lupdate -no-ui-lines -disable-heuristic similartext -locations none -no-obsolete -no-recursive "./src" "./src/mumble" -ts "$filePath" \
+ lupdate -no-ui-lines -disable-heuristic similartext -locations none -no-obsolete -no-recursive -extensions "ui,c,cpp,h,mm" "./src" "./src/mumble" -ts "$filePath" \
| tee -a $tmpfile || fatal "lupdate failed"
echo ""