6645268: Country/language names with locale fi_FI are incorrect for FRANCE/FRENCH

Reviewed-by: yhuang, peytoia
This commit is contained in:
Yong Jeffrey Huang 2009-12-17 02:12:18 -08:00
parent 17e4f8df98
commit bffc24639a
4 changed files with 11 additions and 5 deletions

View File

@ -49,7 +49,7 @@ el=kreikka
en=englanti
es=espanja
fi=suomi
fr=franska
fr=ranska
he=heprea
iw=heprea
hi=hindi
@ -80,7 +80,7 @@ DE=Saksa
DK=Tanska
ES=Espanja
FI=Suomi
FR=Franska
FR=Ranska
GB=Iso-Britannia
GR=Kreikka
IE=Irlanti

View File

@ -5557,3 +5557,9 @@ CurrencyNames/tr_TR/TRY=TL
CalendarData/ro/firstDayOfWeek=2
CalendarData/ro/minimalDaysInFirstWeek=1
FormatData/ro/DayNames/6=s\u00e2mb\u0103t\u0103
#bug 6645268
LocaleNames/fi/fr=ranska
LocaleNames/fi/FR=Ranska
LocaleNames/fi_FI/fr=ranska
LocaleNames/fi_FI/FR=Ranska

View File

@ -31,7 +31,7 @@
* 5102005 5074431 6182685 6208712 6277020 6245766 6351682 6386647 6379382
* 6414459 6455680 6498742 6558863 6488119 6547501 6497154 6558856 6481177
* 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268
* @summary Verify locale data
*
*/

View File

@ -46,7 +46,7 @@ public class Bug4429024 {
{ "en", "englanti" },
{ "es", "espanja" },
{ "fi", "suomi" },
{ "fr", "franska" },
{ "fr", "ranska" },
{ "he", "heprea" },
{ "hi", "hindi" },
{ "it", "italia" },
@ -75,7 +75,7 @@ public class Bug4429024 {
{ "DK", "Tanska" },
{ "ES", "Espanja" },
{ "FI", "Suomi" },
{ "FR", "Franska" },
{ "FR", "Ranska" },
{ "GB", "Iso-Britannia" },
{ "GR", "Kreikka" },
{ "IE", "Irlanti" },