Update of /cvsroot/super-tux/supertux/data/levels/misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv539/data/levels/misc
Modified Files:
menu.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: menu.stl
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/levels/misc/menu.stl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- menu.stl 9 Sep 2004 10:13:52 -0000 1.10
+++ menu.stl 2 Dec 2004 01:41:55 -0000 1.11
@@ -1,7 +1,7 @@
;SuperTux-Level
(supertux-level
(version 1)
- (name "Hello World")
+ (name (_ "Menu Level"))
(author "unknown author")
(music "theme.mod")
(background "arctis.jpg")
|