← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/map_plateau_textdomain into lp:widelands

 

GunChleoc has proposed merging lp:~widelands-dev/widelands/map_plateau_textdomain into lp:widelands.

Commit message:
 Fixed Textdomain for The Green Plateau.

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/map_plateau_textdomain/+merge/284535

The directory for "The Green Plateau" got renamed recently, so we need to move the po files and rename the Textdomain as well.
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/map_plateau_textdomain into lp:widelands.
=== modified file '.tx/config'
--- .tx/config	2015-09-16 06:22:58 +0000
+++ .tx/config	2016-01-31 15:50:09 +0000
@@ -68,8 +68,8 @@
 type = PO
 
 [widelands.map_plateau]
-file_filter = po/map_plateau.wmf/<lang>.po
-source_file = po/map_plateau.wmf/map_plateau.wmf.pot
+file_filter = po/map_the_green_plateau.wmf/<lang>.po
+source_file = po/map_the_green_plateau.wmf/map_the_green_plateau.wmf.pot
 source_lang = en
 type = PO
 

=== modified file 'maps/The_Green_Plateau.wmf/scripting/init.lua'
--- maps/The_Green_Plateau.wmf/scripting/init.lua	2015-10-31 12:11:44 +0000
+++ maps/The_Green_Plateau.wmf/scripting/init.lua	2016-01-31 15:50:09 +0000
@@ -2,7 +2,7 @@
 --                             The Green Plateau
 -- =======================================================================
 
-set_textdomain("map_plateau.wmf")
+set_textdomain("map_the_green_plateau.wmf")
 
 include "scripting/coroutine.lua"
 include "scripting/infrastructure.lua"

=== renamed directory 'po/map_plateau.wmf' => 'po/map_the_green_plateau.wmf'
=== renamed file 'po/map_plateau.wmf/map_plateau.wmf.pot' => 'po/map_the_green_plateau.wmf/map_the_green_plateau.wmf.pot'

Follow ups