summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-03-19 07:52:45 -0700
committerAndras Timar <atimar@suse.com>2013-04-03 09:41:48 +0200
commitb0bf938bd4bfd137ab176c0fe4c84f08deb9e650 (patch)
treed373f53a201c540cc28e0ebd47fa972780f45e41 /i18npool
parent0877d79d0533a0a1a6c6175de7d054d19d9d0066 (diff)
fdo#54278 Only en-US help pack should contain en-US help
Language of the installer and language of the installed help files are two separate things. It was not good that they were handled in the same array. Now all help packs has English + localized installer. Only en.US help pack isntalls en-US help. Also, maintaning the list of languages, that are not supported by Windows, is pointless. What Windows? Windows 8 supports a lot more than Windows XP. Change-Id: I075a18648796a42609329ead9e8e6a9da9c1fef3
Diffstat (limited to 'i18npool')
-rwxr-xr-xi18npool/source/isolang/langid.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/i18npool/source/isolang/langid.pl b/i18npool/source/isolang/langid.pl
index 78221b5527aa..b57c93629aa8 100755
--- a/i18npool/source/isolang/langid.pl
+++ b/i18npool/source/isolang/langid.pl
@@ -397,12 +397,6 @@ sub main()
# needs a duplicated pair of backslashes to produce a literal \\
('^\s*completelangiso\s*=', '^\s*$', '^\s*' . $langcoun . '\s*\\\\*$'));
- # @noMSLocaleLangs = ( "br", "bs", ... )
- grepFile(
- '^\s*@noMSLocaleLangs\s*=\s*\(\s*(\s*"([a-z]{2,3})(-[A-Z][A-Z])?"\s*,?)*' . $langcoun . '',
- "$SRC_ROOT", "solenv", "bin/modules/installer/languages.pm",
- ('^\s*@noMSLocaleLangs\s*=', '\)\s*$', '"' . $langcoun . '"'));
-
# af 1252 1078 # Afrikaans
grepFile(
'^\s*' . $langcoun . '',