summaryrefslogtreecommitdiff
path: root/l10ntools/source/helpex.cxx
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-21 19:27:44 +0200
committerAndras Timar <atimar@suse.com>2011-09-21 20:34:57 +0200
commitb57f55cf23ef11d446330fbbadd18803b5cbcc98 (patch)
treea5c90905e63f5b82862f202b78c5de4803a7629c /l10ntools/source/helpex.cxx
parente6a2e730e8c1b651674531479c4b5dc5c42a7768 (diff)
remove unused (and buggy) language fallback functionality
Fallback to en-US is done in translations module. Fallback to other languages is not supported, but if we ever needed it, it would be easier to solve the problem in a script language instead of C++ in translations module.
Diffstat (limited to 'l10ntools/source/helpex.cxx')
-rw-r--r--l10ntools/source/helpex.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/source/helpex.cxx b/l10ntools/source/helpex.cxx
index 20b5e3f380b9..5c94b92d41af 100644
--- a/l10ntools/source/helpex.cxx
+++ b/l10ntools/source/helpex.cxx
@@ -181,10 +181,6 @@ void Help()
fprintf( stdout, " FileOut: Destination file (*.*)\n" );
fprintf( stdout, " DataBase: Mergedata (*.sdf)\n" );
fprintf( stdout, " -L: Restrict the handled languages. l1,l2,... are elements of (en-US,fr,de...)\n" );
- fprintf( stdout, " A fallback language can be defined like this: l1=f1.\n" );
- fprintf( stdout, " f1, f2,... are also elements of (en-US,fr,de...)\n" );
- fprintf( stdout, " Example: -L fr=en-US\n" );
- fprintf( stdout, " Restriction to fr, en-US will be fallback for fr\n" );
fprintf( stdout, " -LF: Force the creation of that languages\n" );
}