diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-11-11 16:45:00 +0000 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-11-16 03:02:09 +0000 |
commit | cea89fb87a96943708a1db0f646492fbfaaf000f (patch) | |
tree | 6b54e0deafc57da6ac05f6ed3de5b8513ccf0ef1 /bin/gettext-nget-patch | |
parent | 628de40b877974eb553e0910753f2d4cd983d9de (diff) |
Version 3.1.v3.1
Diffstat (limited to 'bin/gettext-nget-patch')
-rwxr-xr-x | bin/gettext-nget-patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/gettext-nget-patch b/bin/gettext-nget-patch index 5d30cc922..decd18755 100755 --- a/bin/gettext-nget-patch +++ b/bin/gettext-nget-patch @@ -28,7 +28,7 @@ find( sub { } } close FP; -}, 'templates', 'perllib'); +}, 'templates/email', 'templates/web/base', 'templates/web/zurich', 'perllib'); foreach (sort { $a->{s} cmp $b->{s} } values %out) { print <<EOF; @@ -41,4 +41,3 @@ msgstr[0] "" msgstr[1] "" EOF } - |