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:
parent
ffa70de028
commit
a976231401
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue