From 04a15ba1fd4bd04abb7f54d4aa43e8ba333aa989 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Thu, 17 May 2018 23:08:35 +0200 Subject: [PATCH] read E3 strings from po file only --- conf/e3/locales.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/conf/e3/locales.json b/conf/e3/locales.json index af43ccaed..27e6f93d8 100644 --- a/conf/e3/locales.json +++ b/conf/e3/locales.json @@ -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" ] }