aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ed41debc..37227af8 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,10 @@ locale/messages.pot: *.j2
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 -m --previous 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 -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot 15 msgmerge -U -m --previous locale/de/LC_MESSAGES/messages.po locale/messages.pot
16 msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot 16 msgmerge -U -m --previous locale/fr/LC_MESSAGES/messages.po locale/messages.pot
17 msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot 17 msgmerge -U -m --previous locale/es/LC_MESSAGES/messages.po locale/messages.pot
18 msgmerge -U -m --previous locale/en/LC_MESSAGES/messages.po locale/messages.pot 18 msgmerge -U -m --previous locale/it/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