From 27bcd990946426209ad740b8207e141abce1067b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 5 Feb 2018 15:02:57 +0100 Subject: adding portuguese --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3