[Super-tux-commit] supertux/data/levels/contribs level1.stl,1.1,1.2
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-12-02 01:42:41
|
Update of /cvsroot/super-tux/supertux/data/levels/contribs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv539/data/levels/contribs Modified Files: level1.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: level1.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/contribs/level1.stl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- level1.stl 17 Sep 2004 15:53:08 -0000 1.1 +++ level1.stl 2 Dec 2004 01:41:55 -0000 1.2 @@ -1,7 +1,7 @@ ;SuperTux-Level (supertux-level (version 1) - (name "The long cave") + (name (_ "The long cave")) (author "Torfi Gunnarsson") (music "cave.mod") (background "cave2.jpg") |