From 18cbfb7b7528b051a6eb1a335d2a6daf71faa111 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Wed, 21 Mar 2018 09:50:14 +0100 Subject: [PATCH] [zanata] Add locales target in Makefile to generate framadate.pot --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08696d2..30fa4c0 100644 --- a/Makefile +++ b/Makefile @@ -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: