summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-12-11 13:54:08 +0100
committerraveit65 <[email protected]>2021-12-11 14:32:53 +0100
commit1fc945df3aa63888e2ca95b269a0c0f3ea5f4e0a (patch)
tree4333bffac9e686c56ae581631e644901ff1ab7d4
parent1fe00f7a86f29f0e497d3b2c8ad2871e5020e471 (diff)
downloadlibmateweather-1fc945df3aa63888e2ca95b269a0c0f3ea5f4e0a.tar.bz2
libmateweather-1fc945df3aa63888e2ca95b269a0c0f3ea5f4e0a.tar.xz
generate locations.pot with makepot
-rwxr-xr-xmakepot2
1 files changed, 2 insertions, 0 deletions
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 ..