diff options
author | Struan Donald <struan@exo.org.uk> | 2012-09-26 10:17:04 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-09-26 10:17:04 +0100 |
commit | 632c4f876d9cb04daefdc6dbe00f7f4ea9ce85d9 (patch) | |
tree | 60d34f906f00be3ae0427c52fa8cf2f3517295ac /bin/gettext-nget-patch | |
parent | 9e7edef8733f26a81e12f9544d136b43f3f8e9cd (diff) |
generalise make_emptyhomes_po so we can use it for FMB
make some updates to translations scripts so they work on OS X
Use FMB translation in Cobrand
Diffstat (limited to 'bin/gettext-nget-patch')
-rwxr-xr-x | bin/gettext-nget-patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gettext-nget-patch b/bin/gettext-nget-patch index 223bcc816..eadc46d0e 100755 --- a/bin/gettext-nget-patch +++ b/bin/gettext-nget-patch @@ -9,6 +9,7 @@ my %out; find( sub { next unless -f; + next if $File::Find::name =~ /ttc$/; open (FP, $_) or die $!; while (<FP>) { next unless /nget/; |