aboutsummaryrefslogtreecommitdiffstats
path: root/bin/gettext-nget-patch
blob: 223bcc816df83ced2eca0264611f65bed8095a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#!/usr/bin/perl
#
# xgettext doesn't deal with TT files, but xgettext.pl doesn't find nget()s, sigh.
# This will find the nget()s and output a .po file excerpt.

use File::Find qw/find/;

my %out;

find( sub {
    next unless -f;
    open (FP, $_) or die $!;
    while (<FP>) {
        next unless /nget/;
        my $line = $.;
        my $text = $_;
        do {
            $text .= <FP>;
        } until $text =~ /\)/;
        $text =~ /nget\(\s*"(.*?)"\s*,\s*"(.*?)"\s*,\s*(.*?)\s*\)/s;
        $out{$1} = {
            file => $File::Find::name,
            line => $line,
            s => $1,
            p => $2,
        };
    }
    close FP;
}, 'templates');

foreach (values %out) {
    print <<EOF;

#: $_->{file}:$_->{line}
#, perl-format
msgid "$_->{s}"
msgid_plural "$_->{p}"
msgstr[0] ""
msgstr[1] ""
EOF
}
26 e49-3 151.216.147.64 26 e49-4 151.216.147.128 26 e51-1 151.216.147.192 26 e51-2 151.216.148.0 26 e51-3 151.216.148.64 26 e51-4 151.216.148.128 26 e53-1 151.216.148.192 26 e53-2 151.216.149.0 26 e53-3 151.216.149.64 26 e53-4 151.216.149.128 26 e55-1 151.216.149.192 26 e55-2 151.216.150.0 26 e55-3 151.216.150.64 26 e55-4 151.216.150.128 26 e57-1 151.216.150.192 26 e57-2 151.216.151.0 26 e57-3 151.216.151.64 26 e57-4 151.216.151.128 26 e59-1 151.216.151.192 26 e59-2 151.216.152.0 26 e59-3 151.216.152.64 26 e59-4 151.216.152.128 26 e61-1 151.216.152.192 26 e61-2 151.216.153.0 26 e61-3 151.216.153.64 26 e61-4 151.216.153.128 26 e63-1 151.216.153.192 26 e63-2 151.216.154.0 26 e63-3 151.216.154.64 26 e63-4 151.216.154.128 26 e65-1 151.216.154.192 26 e65-2 151.216.155.0 26 e65-3 151.216.155.64 26 e65-4 151.216.155.128 26 e67-1 151.216.155.192 26 e67-2 151.216.156.0 26 e67-3 151.216.156.64 26 e67-4 151.216.156.128 26 e69-1 151.216.156.192 26 e69-2 151.216.157.0 26 e69-3 151.216.157.64 26 e69-4 151.216.157.128 26 e71-1 151.216.157.192 26 e71-2 151.216.158.0 26 e71-3 151.216.158.64 26 e71-4 151.216.158.128 26 e73-1 151.216.158.192 26 e73-2 151.216.159.0 26 e73-3 151.216.159.64 26 e73-4 151.216.159.128 26 e75-1 151.216.159.192 26 e75-2 151.216.160.0 26 e75-3 151.216.160.64 26 e75-4 151.216.160.128 26 e77-1 151.216.160.192 26 e77-2 151.216.161.0 26 e77-3 151.216.161.64 26 e77-4 151.216.161.128 26 e79-1 151.216.161.192 26 e79-2 151.216.162.0 26 e81-1 151.216.162.64 26 e81-2 151.216.177.0 25 komplett