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:
tague%netscape.com 1999-10-27 22:52:56 +00:00
Родитель 7fa3868505
Коммит a8735e7c15
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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, {