Update of /cvsroot/super-tux/supertux/data/levels/world2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv539/data/levels/world2
Modified Files:
castle.stl forest1-grumbel.stl
Log Message:
Made lispfiles translatable. This time the translations are stored externally
in .po files in the same directory as the lisp files. So you can have
translation files for complete level subsets now.
Because Ricardo added a hacked solution before and because people already used
that, someone has to go over all the maps now, extract the translations and put
them into separate files, I'm too lazy to do that now, I just translated some
files for testing.
Translation-Patches are always welcome ;-)
Index: castle.stl
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/levels/world2/castle.stl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- castle.stl 23 Nov 2004 13:41:22 -0000 1.2
+++ castle.stl 2 Dec 2004 01:41:56 -0000 1.3
@@ -2,7 +2,7 @@
(supertux-level
(version 1)
(author "SuperTux Team")
- (name "Iceberg Fortress")
+ (name (_ "Iceberg Fortress"))
(width 550)
(height 105)
(start_pos_x 100)
Index: forest1-grumbel.stl
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/levels/world2/forest1-grumbel.stl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- forest1-grumbel.stl 23 Nov 2004 16:51:05 -0000 1.4
+++ forest1-grumbel.stl 2 Dec 2004 01:41:57 -0000 1.5
@@ -1,7 +1,7 @@
;; Generated by Flexlay Editor
(supertux-level
(version 2)
- (name "Forest Level 1")
+ (name (_ "Forest Level 1"))
(author "SuperTux Team")
(time 999)
(sector
|