From 1fc945df3aa63888e2ca95b269a0c0f3ea5f4e0a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 11 Dec 2021 13:54:08 +0100 Subject: generate locations.pot with makepot --- makepot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makepot b/makepot index 8d7bd8e..f326055 100755 --- a/makepot +++ b/makepot @@ -4,3 +4,5 @@ PACKAGE=libmateweather; make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . sed -i "/#, fuzzy/d" $PACKAGE.pot + +cd po-locations && ./regen.sh && rm Locations.xml.in.h && mv locations.pot .. && cd .. -- cgit v1.2.1