summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-02-05 15:02:57 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-02-05 15:02:57 +0100
commit27bcd990946426209ad740b8207e141abce1067b (patch)
tree812d3591433809f793a73ae5a2cfdf60703cbdeb /Makefile
parentb1f33b6377c77713196b4914577ee40912f7984a (diff)
downloadwww-27bcd990946426209ad740b8207e141abce1067b.tar.gz
www-27bcd990946426209ad740b8207e141abce1067b.tar.bz2
www-27bcd990946426209ad740b8207e141abce1067b.zip
adding portuguese
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8dc4bae6..3b7a5439 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ locale-update: locale/messages.pot
msgmerge -U -m --previous locale/es/LC_MESSAGES/messages.po locale/messages.pot
msgmerge -U -m --previous locale/it/LC_MESSAGES/messages.po locale/messages.pot
msgmerge -U -m --previous locale/ru/LC_MESSAGES/messages.po locale/messages.pot
+ msgmerge -U -m --previous locale/pt/LC_MESSAGES/messages.po locale/messages.pot
if grep -nA1 '#-#-#-#-#' locale/*/LC_MESSAGES/messages.po; then echo -e "\nERROR: Conflicts encountered in PO files.\n"; exit 1; fi
@@ -28,6 +29,7 @@ locale-compile:
pybabel compile -d locale -l it --use-fuzzy
pybabel compile -d locale -l es --use-fuzzy
pybabel compile -d locale -l ru --use-fuzzy
+ pybabel compile -d locale -l pt --use-fuzzy
# Process everything related to gettext translations.
locale: locale-update locale-compile