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-11 00:25:26 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-11 00:25:26 +0300
commit701064acbc5e263c1c7afc46194822b73eac2e4b (patch)
treefcaef506fab7246eb389f1eda07c1a806ec3257c /scripts
parent20a90a9fd005136751c4d40da4fd03b339a637cf (diff)
Fixed translations and script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-translations.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/update-translations.sh b/scripts/update-translations.sh
index bc98c9301..5c1a1cdb7 100755
--- a/scripts/update-translations.sh
+++ b/scripts/update-translations.sh
@@ -11,12 +11,6 @@ fi
if ! find data -name "*.glade" | sed 's/^.\///' >> po/POTFILES.in ; then
exit 1
fi
-if ! find data -name "org.remmina.Remmina.desktop.in" | sed 's/^.\///' >> po/POTFILES.in ; then
- exit 1
-fi
-if ! find data -name "*.appdata.xml" | sed 's/^.\///' >> po/POTFILES.in ; then
- exit 1
-fi
xgettext --from-code=UTF-8 \
--keyword=_ \
@@ -25,9 +19,6 @@ xgettext --from-code=UTF-8 \
--keyword=C_:1c,2 \
--keyword=NC_:1c,2 \
--keyword=g_dngettext:2,3 \
- --keyword=Name \
- --keyword=GenericName \
- --keyword=Comment \
--add-comments \
--files-from=po/POTFILES.in \
--output=po/messages.pot \