diff options
author | Andras Timar <atimar@suse.com> | 2011-07-31 15:27:22 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-07-31 16:19:18 +0200 |
commit | b9f14a057f53569b140d194a14941ef3d25c87b0 (patch) | |
tree | 7c6a25e827fb49e414d6a1190880c9caa4f423e0 /l10ntools | |
parent | 7d03b11aad138e6e1953973d8630d957852c0a4a (diff) |
XML config schema files do not contain strings for localization
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/localize.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index da5e302b5fce..d30d08185531 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -58,7 +58,6 @@ const char *ExeTable[][5] = { { "ulf", "ulfex", " -e", "negative", "noiso" }, { "xcd", "cfgex", "-UTF8 -e", "negative", "iso" }, { "xcu", "cfgex", "-UTF8 -e", "negative", "iso" }, - { "xcs", "cfgex", "-UTF8 -e -f", "negative", "iso" }, { "xrm", "xrmex", "-UTF8 -e", "negative", "iso" }, { "xhp", "helpex", " -e", "negative", "noiso" }, { "NULL", "NULL", "NULL", "NULL", "NULL" } |