CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 05/02/11 23:45:08
Modified files:
data/themes : editor.cfg
Log message:
Putting the textdomain outside a block breaks almost all the
translations of the game. Putting it inside the theme will solve the problem
with the editor menu, but only once this file has been switched to the
wesnoth-editor domain, gettext-wise. In the meantime it won't solve anything,
but at least it shouldn't make the game untranslated.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/themes/editor.cfg.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
Patches:
Index: wesnoth/data/themes/editor.cfg
diff -u wesnoth/data/themes/editor.cfg:1.24 wesnoth/data/themes/editor.cfg:1.25
--- wesnoth/data/themes/editor.cfg:1.24 Wed Feb 9 19:22:34 2005
+++ wesnoth/data/themes/editor.cfg Fri Feb 11 23:45:07 2005
@@ -1,4 +1,3 @@
-textdomain=wesnoth-editor
[theme]
name=null
@@ -10,6 +9,7 @@
[theme]
name=editor
+textdomain=wesnoth-editor
[hotkey]
command="zoomin"