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.
This commit is contained in:
Guillaume Melquiond 2005-02-11 23:45:07 +00:00
parent ffa70de028
commit a976231401

View file

@ -1,4 +1,3 @@
textdomain=wesnoth-editor
[theme]
name=null
@ -10,6 +9,7 @@ height=1
[theme]
name=editor
textdomain=wesnoth-editor
[hotkey]
command="zoomin"