[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/utils testmigration
From: |
Cedric Duval |
Subject: |
[Wesnoth-cvs-commits] wesnoth/utils testmigration |
Date: |
Tue, 14 Sep 2004 19:09:03 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Cedric Duval <address@hidden> 04/09/14 23:03:41
Modified files:
utils : testmigration
Log message:
Reflecting new paths.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/utils/testmigration.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
Patches:
Index: wesnoth/utils/testmigration
diff -u wesnoth/utils/testmigration:1.3 wesnoth/utils/testmigration:1.4
--- wesnoth/utils/testmigration:1.3 Fri Sep 3 00:38:17 2004
+++ wesnoth/utils/testmigration Tue Sep 14 23:03:40 2004
@@ -10,6 +10,7 @@
'es' => 'spanish',
'fi' => 'finnish',
'fr' => 'french',
+ 'el' => 'greek',
'hu' => 'hungarian',
'it' => 'italian',
'nl' => 'dutch',
@@ -30,10 +31,10 @@
foreach my $key (@locales) {
print STDERR " $langs{$key} -> $key:\n";
system ("./utils/wml2po.pl data/translations/" . $langs{$key} .
- ".cfg po/wesnoth/$key.po > out-$key.log 2> err-$key.log")
+ ".cfg po/$key/wesnoth.po > out-$key.log 2> err-$key.log")
and print STDERR "translation1 ended in error !\n";
system ("./utils/wml2po.pl data/translations/" . $langs{$key} .
- ".cfg po/wesnoth-editor/$key.po > out-$key-ed.log 2> err-$key-ed.log")
+ ".cfg po/$key/wesnoth-editor.po > out-$key-ed.log 2> err-$key-ed.log")
and print STDERR "translation2 ended in error !\n";
system ("grep FINAL err-$key.log");
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/utils testmigration,
Cedric Duval <=