diff options
author | Will Thompson <will@willthompson.co.uk> | 2014-01-15 22:33:25 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2014-01-15 22:33:25 +0000 |
commit | f229b5c3ba26fb8dc6df12970a917ab88135157d (patch) | |
tree | 35ff3d4bb48c7c96e3b6eb96b7a9e5ac80cdeb0f /Makefile | |
parent | fa18be852f2583f4948e0f3f96935070ecad73f0 (diff) |
Include all strings in messages.pot; fix en.po
I'm using my branch of hgettext from
https://github.com/vasylp/hgettext/pull/4 which adds line numbers to the
.pot file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,4 +87,4 @@ maintainer-binary-tarball: all cd $(TARBALL_PARENT_DIR) && tar cjf $(TARBALL) $(TARBALL_DIR) maintainer-update-messages-pot: - hgettext -k __ -o po/messages.pot **/*.hs + find Bustle -name '*.hs' -print0 | xargs -0 hgettext -k __ -o po/messages.pot |