Author: shadowmaster
Date: Sun Apr 27 23:05:12 2008
New Revision: 26184

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26184&view=rev
Log:
* Testing a different approach to solve the i18n names issue

Modified:
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg?rev=26184&r1=26183&r2=26184&view=diff
==============================================================================
--- 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
 (original)
+++ 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
 Sun Apr 27 23:05:12 2008
@@ -598,6 +598,9 @@
             animate=no
         [/kill]
 
+        # NOTE: we now use $intl_ally_name, which is a translatable ally name 
string,
+        # for languages that may use a different alphabet/spelling than the 
western europe one
+        # for proper names
         [if]
             [have_unit]
                 id=Grog
@@ -613,6 +616,11 @@
                     name=ally_race
                     value=Troll
                 [/set_variable]
+
+                [set_variable]
+                    name=intl_ally_name
+                    value= _ "Grog"
+                [/set_variable]
             [/then]
         [/if]
 
@@ -631,6 +639,11 @@
                     name=ally_race
                     value=Troll
                 [/set_variable]
+
+                [set_variable]
+                    name=intl_ally_name
+                    value= _ "Nog"
+                [/set_variable]
             [/then]
         [/if]
 
@@ -649,6 +662,11 @@
                     name=ally_race
                     value=Dwarf
                 [/set_variable]
+
+                [set_variable]
+                    name=intl_ally_name
+                    value= _ "Rogrimir"
+                [/set_variable]
             [/then]
         [/if]
 
@@ -666,6 +684,11 @@
                 [set_variable]
                     name=ally_race
                     value=Dwarf
+                [/set_variable]
+
+                [set_variable]
+                    name=intl_ally_name
+                    value= _ "Jarl"
                 [/set_variable]
             [/then]
         [/if]


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to