forked from github/server
read E3 strings from po file only
This commit is contained in:
parent
ab556f0086
commit
04a15ba1fd
|
@ -1,14 +1,11 @@
|
|||
{
|
||||
"include": [
|
||||
"config://res/core/messages.xml",
|
||||
"config://res/core/de/strings.xml",
|
||||
"config://res/core/en/strings.xml",
|
||||
"config://res/e3a/strings.xml",
|
||||
"config://res/e3a/shipnames.xml",
|
||||
"config://res/names-undead.xml",
|
||||
"config://res/names-skeletons.xml",
|
||||
"config://res/names-zombies.xml",
|
||||
"config://res/names-ghouls.xml",
|
||||
"config://res/names-dragons.xml"
|
||||
"config://res/translations/strings.de.po",
|
||||
"config://res/translations/strings-e3.de.po",
|
||||
"config://res/translations/messages.de.po",
|
||||
"config://res/translations/strings.en.po",
|
||||
"config://res/translations/strings-e3.en.po",
|
||||
"config://res/translations/messages.en.po",
|
||||
"config://res/core/messages.xml"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue