diff options
author | waker <wakeroid@gmail.com> | 2012-03-20 21:14:56 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2012-03-20 21:14:56 +0100 |
commit | 56798e89360cd345f5004629ff42092cf7700c0c (patch) | |
tree | 112462cf30038d2c6c1e65252874bae577492573 /scripts | |
parent | 6d8f99ce8f827e95c09bfb33251fe210ce0c2c39 (diff) |
added mission translations to po/LINGUAS and missing translators to the about box
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/extract_translators.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/extract_translators.pl b/scripts/extract_translators.pl index a3ad02a2..b233e86f 100755 --- a/scripts/extract_translators.pl +++ b/scripts/extract_translators.pl @@ -34,7 +34,7 @@ foreach my $f (@files) { if ($script) { print " ($script)"; } - print "\n"; + print " $code\n"; while (<F>) { if (/^#/) { if (/\@/ && !(/Yakovenko/) && !(/EMAIL/)) { |