[Libreoffice-commits] .: 2 commits - l10ntools/source
Andras Timar
timar at kemper.freedesktop.org
Wed Mar 9 03:10:47 PST 2011
l10ntools/source/localize.cxx | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
New commits:
commit 56c8f941db0be4e77188170e06191c07a5cf036b
Author: Andras Timar <timar at fsf.hu>
Date: Wed Mar 9 12:10:22 2011 +0100
update help text of localize tool
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 433322d..a653193 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -841,7 +841,8 @@ void Help()
"====================================\n" );
fprintf( stdout,
"As part of the L10N framework, localize extracts and merges translations\n"
- "out of and into the whole source tree.\n\n"
+ "out of and into the toplevel modules defined in ModuleList array in\n"
+ "l10ntools/source/localize.cxx.\n\n"
"Syntax: localize -e -l en-US -f FileName \n"
"Parameter:\n"
"\t-e: Extract mode\n"
@@ -855,7 +856,7 @@ void Help()
"\nExample 1:\n"
"==========\n"
"localize -e -l en-US -f MyFile\n\n"
- "All strings will be extracted for language de and language en-US.\n"
+ "All strings will be extracted for language en-US.\n"
);
}
commit 9bc6fcf21994c8c77d3e4669dcaa2ce12e570525
Author: Andras Timar <timar at fsf.hu>
Date: Wed Mar 9 12:03:46 2011 +0100
no need to blacklist dictionaries, because is is not whitelisted
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index c2bd422..433322d 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -75,10 +75,6 @@ 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"
};
More information about the Libreoffice-commits
mailing list