read E3 strings from po file only

This commit is contained in:
Enno Rehling 2018-05-17 23:08:35 +02:00
parent ab556f0086
commit 04a15ba1fd
1 changed files with 7 additions and 10 deletions

View File

@ -1,14 +1,11 @@
{ {
"include": [ "include": [
"config://res/core/messages.xml", "config://res/translations/strings.de.po",
"config://res/core/de/strings.xml", "config://res/translations/strings-e3.de.po",
"config://res/core/en/strings.xml", "config://res/translations/messages.de.po",
"config://res/e3a/strings.xml", "config://res/translations/strings.en.po",
"config://res/e3a/shipnames.xml", "config://res/translations/strings-e3.en.po",
"config://res/names-undead.xml", "config://res/translations/messages.en.po",
"config://res/names-skeletons.xml", "config://res/core/messages.xml"
"config://res/names-zombies.xml",
"config://res/names-ghouls.xml",
"config://res/names-dragons.xml"
] ]
} }