summaryrefslogtreecommitdiff
path: root/l10ntools/source/srclex.l
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/srclex.l
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/srclex.l')
-rw-r--r--l10ntools/source/srclex.l4
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/source/srclex.l b/l10ntools/source/srclex.l
index eb2b6af78b34..d357d5c084f9 100644
--- a/l10ntools/source/srclex.l
+++ b/l10ntools/source/srclex.l
@@ -273,10 +273,6 @@ main( int argc, char* argv[])
fprintf( stdout, " -u: [english] and [german] are allowed, Id is Taken from DataBase \n" );
fprintf( stdout, " -NOUTF8: disable UTF8 as language independent encoding\n" );
fprintf( stdout, " -L: Restrict the handled languages. l1,l2,... are elements of (de,en-US...)\n" );
- fprintf( stdout, " A fallback language can be defined like this: l1=f1.\n" );
- fprintf( stdout, " f1, f2,... are also elements of (de,en-US...)\n" );
- fprintf( stdout, " Example: -L de,es=en-US\n" );
- fprintf( stdout, " Restriction to de and es, en-US will be fallback for es\n" );
return 1;
}