aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-02 15:06:03 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-02 15:06:03 +0200
commit97ccb2d425facf9d38840873e86984a9b8a26e52 (patch)
tree986b09e4097d3aae23109ef8802b225f82e153b6 /Makefile
parentbec43f19c6713a7f4fe8c5e0b1bd9ffe42722310 (diff)
downloadwww-97ccb2d425facf9d38840873e86984a9b8a26e52.tar.gz
www-97ccb2d425facf9d38840873e86984a9b8a26e52.zip
some manual fixes to German translation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a62eacae..ed41debc 100644
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,11 @@ locale/messages.pot: *.j2
11 11
12# Update translation (.po) files with new strings. 12# Update translation (.po) files with new strings.
13locale-update: locale/messages.pot 13locale-update: locale/messages.pot
14 msgmerge -U locale/en/LC_MESSAGES/messages.po locale/messages.pot 14 msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
15 msgmerge -U locale/en/LC_MESSAGES/messages.po locale/messages.pot 15 msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
16 msgmerge -U locale/en/LC_MESSAGES/messages.po locale/messages.pot 16 msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
17 msgmerge -U locale/en/LC_MESSAGES/messages.po locale/messages.pot 17 msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
18 msgmerge -U locale/en/LC_MESSAGES/messages.po locale/messages.pot 18 msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot
19 19
20 if grep -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi 20 if grep -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
21 21