зеркало из https://github.com/mozilla/pjs.git
Fixed bug #16463 - can't create profile with Danish version of Mozilla. I modified the locale mapping code to correct a bug where DA was getting mapped to LANG_DUTCH. r=nhotta@netscape.com
This commit is contained in:
Родитель
7fa3868505
Коммит
a8735e7c15
|
@ -101,9 +101,8 @@ iso_map iso_list[LENGTH_MAPPING_LIST] =
|
|||
{ "CZ", SUBLANG_DEFAULT},
|
||||
{"",0}}
|
||||
},
|
||||
{ "da", LANG_DUTCH, {
|
||||
{ "DK", SUBLANG_DUTCH },
|
||||
{ "BE", SUBLANG_DUTCH_BELGIAN },
|
||||
{ "da", LANG_DANISH, {
|
||||
{ "DK", SUBLANG_DEFAULT },
|
||||
{ "",0}}
|
||||
},
|
||||
{ "de", LANG_GERMAN, {
|
||||
|
@ -243,7 +242,8 @@ iso_map iso_list[LENGTH_MAPPING_LIST] =
|
|||
{ "", 0}}
|
||||
},
|
||||
{"nl", LANG_DUTCH, {
|
||||
{"NL", SUBLANG_DEFAULT },
|
||||
{"NL", SUBLANG_DUTCH },
|
||||
{"BE", SUBLANG_DUTCH_BELGIAN },
|
||||
{ "", 0}}
|
||||
},
|
||||
{"no", LANG_NORWEGIAN, {
|
||||
|
|
Загрузка…
Ссылка в новой задаче