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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-01-14 01:51:28 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-14 02:07:44 +0300
commit27926e7a04b4841485770195ef5a653f6679f2ca (patch)
tree0386ef8c2c535926ec70a4814b353ae5a05cdad6 /scripts
parent9d97ef651b777458aadfe83fae677fab2c673995 (diff)
Adding missing strings to be translated
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-translations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-translations.sh b/scripts/update-translations.sh
index 01aae648b..b1a3ef88e 100755
--- a/scripts/update-translations.sh
+++ b/scripts/update-translations.sh
@@ -5,7 +5,7 @@ REMMINATOP="$(dirname "$SCRIPTPATH")"
cd "$REMMINATOP" || exit 1
-if ! find src plugins -name "*.c" | sed 's/^.\///' >| po/POTFILES.in ; then
+if ! find src plugins -name "*\.c" -o -name "*\.h" | sed 's/^.\///' >| po/POTFILES.in ; then
exit 1
fi
if ! find data -name "*.glade" | sed 's/^.\///' >> po/POTFILES.in ; then