diff options
author | Andras Timar <atimar@suse.com> | 2013-03-19 07:52:45 -0700 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-03-19 07:59:52 -0700 |
commit | 38fb0462578bde685e3862187a2dc842968d8f72 (patch) | |
tree | 8d5dbeff8ecce909346b1063142a7539273fb4af /i18npool/source | |
parent | 7f3837b743201a758ef09dc2c148f76eea5008f6 (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/source')
-rwxr-xr-x | i18npool/source/isolang/langid.pl | 6 |
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 . '', |