summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-20 14:22:14 +0200
committerAndras Timar <atimar@suse.com>2011-09-20 16:43:29 +0200
commit8cc504be630ae9999862a1e43f0d4b1d01a0d470 (patch)
tree52c7624c0d356f9657ec65edc20fb6365b17f38e /l10ntools
parent7477f8e7aac723d192c3e325d2477145f13daecc (diff)
adjust what to extract and what not
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/localize.cxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 6c5fc1ec15d7..cbb78b9d95b5 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -56,23 +56,26 @@ const char *ExeTable[][4] = {
{ "src", "transex3", " -e", "negative" },
{ "hrc", "transex3", " -e", "positive" },
{ "ulf", "ulfex", " -e", "negative" },
- { "xcd", "cfgex", " -e", "negative" },
{ "xcu", "cfgex", " -e", "negative" },
{ "xrm", "xrmex", " -e", "negative" },
+ { "xml", "xrmex", " -e", "positive" },
{ "xhp", "helpex", " -e", "negative" },
{ "NULL", "NULL", "NULL", "NULL" }
};
const char *NegativeList[] = {
- "officecfg/data/org.openoffice.Office.Labels.xcd",
- "officecfg/data/org/openoffice/Office/Labels.xcd",
- "officecfg/data/org/openoffice/Office/SFX.xcd",
- "officecfg/data/org/openoffice/Office/Accelerators.xcu",
+ "officecfg/registry/data/org/openoffice/Office/Labels.xcu",
+ "officecfg/registry/data/org/openoffice/Office/SFX.xcu",
+ "officecfg/registry/data/org/openoffice/Office/Accelerators.xcu",
+ "dictionaries.xcu",
"hidother.src",
+ "dictionaries/da_DK/help/da/org.openoffice.da.hunspell.dictionaries/page1.xhp",
+ "dictionaries/hu_HU/help/hu/org.openoffice.hu.hunspell.dictionaries/page1.xhp",
"NULL"
};
const char *PositiveList[] = {
+ "description.xml",
"svx/inc/globlmn_tmpl.hrc",
"sw/source/ui/inc/swmn_tmpl.hrc",
"sw/source/ui/inc/swacc_tmpl.hrc",
@@ -123,6 +126,7 @@ const char *ModuleList[] = {
"cui",
"dbaccess",
"desktop",
+ "dictionaries",
"editeng",
"extensions",
"filter",