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

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2020-05-30 01:00:36 +0300
committerAllan Nordhøy <epost@anotheragency.no>2020-05-30 01:00:36 +0300
commit015d752c6d1db6bef27bc92959d6b2480da5e5ab (patch)
tree717737994ef0b9533261dfa8fef839ff79d252d7
parent97f6ffee9016cfedd038beee56810563bcae3e58 (diff)
En dash
-rw-r--r--Localisation/Update-gettext-messages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Localisation/Update-gettext-messages.md b/Localisation/Update-gettext-messages.md
index b5987bb..420cf5a 100644
--- a/Localisation/Update-gettext-messages.md
+++ b/Localisation/Update-gettext-messages.md
@@ -8,7 +8,7 @@ cd $REMMINATOP
find src plugins -name "*.c" | sed 's/^.\///' >| po/POTFILES.in
find data -name "*.glade" | sed 's/^.\///' >> po/POTFILES.in
find data -name "*.appdata.xml" | sed 's/^.\///' >> po/POTFILES.in
-xgettext --from-code=UTF-8 -k_ -kN_ -ktranslatable --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments --files-from=po/POTFILES.in --output=po/messages.pot --copyright-holder="2014-2020 Weblate translators" --package-name="Remmina" --package-version="1.2.31" --msgid-bugs-address="admin@remmina.org"
+xgettext --from-code=UTF-8 -k_ -kN_ -ktranslatable --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments --files-from=po/POTFILES.in --output=po/messages.pot --copyright-holder="2014–2020 Weblate translators" --package-name="Remmina" --package-version="1.2.31" --msgid-bugs-address="admin@remmina.org"
cd $REMMINATOP/po
for i in *.po; do
msgmerge -N --backup=off --update $i messages.pot