[zanata] Add locales target in Makefile to generate framadate.pot

This commit is contained in:
Luc Didry 2018-03-21 09:50:14 +01:00
parent cf48c9c2d7
commit 18cbfb7b75
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
push-locales:
locales:
json2po -P -i locale/en.json -t locale/en.json -o po/framadate.pot
push-locales: locales
zanata-cli -q -B push
pull-locales: