<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39580 >

On 17/08/07, Daniel Markstedt <[EMAIL PROTECTED]> wrote:
>
> The string 'Loading tutorial events.' on line 380 of tutorial.sav
> should be internationalized.

 Patch attached. I tested that string gets in to freeciv.pot and to .po files.


 - ML

diff -Nurd -X.diff_ignore freeciv/data/scenario/tutorial.sav freeciv/data/scenario/tutorial.sav
--- freeciv/data/scenario/tutorial.sav	2007-08-01 19:18:41.000000000 +0300
+++ freeciv/data/scenario/tutorial.sav	2007-08-18 21:02:25.000000000 +0300
@@ -377,7 +377,7 @@
 hutmsg = false
 signal.connect('hut_enter', 'hut_entered_callback')
 
-print('Loading tutorial events.')
+print(_("Loading tutorial events."))
 $
 
 [game]
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to