diff options
author | raveit65 <[email protected]> | 2021-12-11 13:54:08 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 14:45:49 +0100 |
commit | dbaa5ef2ad99da876ad16d332c6575c182055317 (patch) | |
tree | 5fd86a8c7c51d721d68cbdd8e8e7160705aedeaa | |
parent | b3514dad32f89cc00659ab20829c62594200dcb5 (diff) | |
download | libmateweather-dbaa5ef2ad99da876ad16d332c6575c182055317.tar.bz2 libmateweather-dbaa5ef2ad99da876ad16d332c6575c182055317.tar.xz |
generate locations.pot with makepot
-rwxr-xr-x | makepot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 .. |