diff options
author | Andras Timar <timar@fsf.hu> | 2010-10-24 22:24:38 +0200 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2010-10-24 22:26:22 +0200 |
commit | 92e10dae566b7c9289e3e127282c0bad4b2cc93e (patch) | |
tree | 63760e32f88cbc639ed5c82be7dcb6e8ad32708c /l10ntools | |
parent | 34dff4e6b49765a0b9c1836de2daecf429702760 (diff) |
do not extract non en-US files for localization from dictionaries/
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/localize.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index d9fe4145560f..940f9e89ae91 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -75,6 +75,10 @@ const char *NegativeList[] = { "officecfg/data/org/openoffice/Office/SFX.xcd", "officecfg/data/org/openoffice/Office/Accelerators.xcu", "hidother.src", + "dictionaries/da_DK/help/da/help.tree", + "dictionaries/da_DK/help/da/org.openoffice.da.hunspell.dictionaries/page1.xph", + "dictionaries/hu_HU/help/hu/help.tree", + "dictionaries/hu_HU/help/hu/org.openoffice.hu.hunspell.dictionaries/page1.xph", "NULL" }; |