ICU-552 Properly aliased no_NO_NY to nn_NO, and copied the nn data into nn_NO because the aliasing is broken.
X-SVN-Rev: 3277
This commit is contained in:
parent
0e62f7ac85
commit
da5ae98d7a
@ -6,15 +6,128 @@
|
|||||||
// *******************************************************************************
|
// *******************************************************************************
|
||||||
|
|
||||||
nn_NO {
|
nn_NO {
|
||||||
|
// Todo: The following data has been placed here until the aliasing mechanism works properly
|
||||||
|
// This data is inherited from nn.
|
||||||
|
CollationElements {
|
||||||
|
Version { "1.0" }
|
||||||
|
Override { "FALSE" }
|
||||||
|
Sequence { "& Z < \u00E6, \u00C6 < a\u0308, A\u0308< \u00F8, \u00D8"
|
||||||
|
" < o\u0308, O\u0308< o\u030B, O\u030B < a\u030A, A\u030A, aa , aA , Aa , AA & "
|
||||||
|
"V, w, W " }
|
||||||
|
}
|
||||||
|
Countries {
|
||||||
|
NO { "Noreg" }
|
||||||
|
}
|
||||||
|
DateTimeElements {
|
||||||
|
"2",
|
||||||
|
"4",
|
||||||
|
}
|
||||||
|
DateTimePatterns {
|
||||||
|
"'kl 'HH.mm z",
|
||||||
|
"HH:mm:ss z",
|
||||||
|
"HH:mm:ss",
|
||||||
|
"HH:mm",
|
||||||
|
"d. MMMM yyyy",
|
||||||
|
"d. MMMM yyyy",
|
||||||
|
"dd.MMM.yy",
|
||||||
|
"dd.MM.yy",
|
||||||
|
"{1} {0}",
|
||||||
|
}
|
||||||
|
Languages {
|
||||||
|
nb { "bokm\u00E5l" }
|
||||||
|
nn { "nynorsk" }
|
||||||
|
no { "norsk" }
|
||||||
|
}
|
||||||
|
LocaleString { "no" }
|
||||||
|
MonthAbbreviations {
|
||||||
|
"jan",
|
||||||
|
"feb",
|
||||||
|
"mar",
|
||||||
|
"apr",
|
||||||
|
"mai",
|
||||||
|
"jun",
|
||||||
|
"jul",
|
||||||
|
"aug",
|
||||||
|
"sep",
|
||||||
|
"okt",
|
||||||
|
"nov",
|
||||||
|
"des",
|
||||||
|
"",
|
||||||
|
}
|
||||||
|
MonthNames {
|
||||||
|
"januar",
|
||||||
|
"februar",
|
||||||
|
"mars",
|
||||||
|
"april",
|
||||||
|
"mai",
|
||||||
|
"juni",
|
||||||
|
"juli",
|
||||||
|
"august",
|
||||||
|
"september",
|
||||||
|
"oktober",
|
||||||
|
"november",
|
||||||
|
"desember",
|
||||||
|
"",
|
||||||
|
}
|
||||||
|
NumberElements {
|
||||||
|
",",
|
||||||
|
"\u00A0",
|
||||||
|
";",
|
||||||
|
"%",
|
||||||
|
"0",
|
||||||
|
"#",
|
||||||
|
"-",
|
||||||
|
"E",
|
||||||
|
"\u2030",
|
||||||
|
"\u221E",
|
||||||
|
"\uFFFD",
|
||||||
|
}
|
||||||
|
ShortLanguage { "nor" }
|
||||||
|
Eras {
|
||||||
|
"f.Kr.",
|
||||||
|
"e.Kr.",
|
||||||
|
}
|
||||||
|
|
||||||
|
zoneStrings {
|
||||||
|
{
|
||||||
|
"Europe/Oslo",
|
||||||
|
"Central European Time",
|
||||||
|
"MET",
|
||||||
|
"Central European Time (DST)",
|
||||||
|
"MET",
|
||||||
|
"Oslo"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
DayAbbreviations {
|
||||||
|
"su",
|
||||||
|
"m\u00E5",
|
||||||
|
"ty",
|
||||||
|
"on",
|
||||||
|
"to",
|
||||||
|
"fr",
|
||||||
|
"lau",
|
||||||
|
}
|
||||||
|
DayNames {
|
||||||
|
"sundag",
|
||||||
|
"m\u00E5ndag",
|
||||||
|
"tysdag",
|
||||||
|
"onsdag",
|
||||||
|
"torsdag",
|
||||||
|
"fredag",
|
||||||
|
"laurdag",
|
||||||
|
}
|
||||||
|
// Todo: The above data has been placed here until the aliasing mechanism works properly
|
||||||
|
|
||||||
|
// The following data should only be in this locale
|
||||||
CurrencyElements {
|
CurrencyElements {
|
||||||
"kr",
|
"kr",
|
||||||
"NOK",
|
"NOK",
|
||||||
",",
|
",",
|
||||||
}
|
}
|
||||||
NumberPatterns {
|
NumberPatterns {
|
||||||
"#,##0.###;-#,##0.###",
|
"#,##0.###;-#,##0.###",
|
||||||
"\u00A4 #,##0.00;\u00A4 -#,##0.00",
|
"\u00A4 #,##0.00;\u00A4 -#,##0.00",
|
||||||
"#,##0%",
|
"#,##0%",
|
||||||
}
|
}
|
||||||
ShortCountry { "NOR" }
|
ShortCountry { "NOR" }
|
||||||
LocaleID { "0814" }
|
LocaleID { "0814" }
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
// *******************************************************************************
|
// *******************************************************************************
|
||||||
|
|
||||||
no_NO_NY {
|
no_NO_NY {
|
||||||
"%%ALIAS" { "nn" }
|
"%%ALIAS" { "nn_NO" }
|
||||||
}
|
}
|
||||||
|
@ -6,15 +6,128 @@
|
|||||||
// *******************************************************************************
|
// *******************************************************************************
|
||||||
|
|
||||||
nn_NO {
|
nn_NO {
|
||||||
|
// Todo: The following data has been placed here until the aliasing mechanism works properly
|
||||||
|
// This data is inherited from nn.
|
||||||
|
CollationElements {
|
||||||
|
Version { "1.0" }
|
||||||
|
Override { "FALSE" }
|
||||||
|
Sequence { "& Z < \u00E6, \u00C6 < a\u0308, A\u0308< \u00F8, \u00D8"
|
||||||
|
" < o\u0308, O\u0308< o\u030B, O\u030B < a\u030A, A\u030A, aa , aA , Aa , AA & "
|
||||||
|
"V, w, W " }
|
||||||
|
}
|
||||||
|
Countries {
|
||||||
|
NO { "Noreg" }
|
||||||
|
}
|
||||||
|
DateTimeElements {
|
||||||
|
"2",
|
||||||
|
"4",
|
||||||
|
}
|
||||||
|
DateTimePatterns {
|
||||||
|
"'kl 'HH.mm z",
|
||||||
|
"HH:mm:ss z",
|
||||||
|
"HH:mm:ss",
|
||||||
|
"HH:mm",
|
||||||
|
"d. MMMM yyyy",
|
||||||
|
"d. MMMM yyyy",
|
||||||
|
"dd.MMM.yy",
|
||||||
|
"dd.MM.yy",
|
||||||
|
"{1} {0}",
|
||||||
|
}
|
||||||
|
Languages {
|
||||||
|
nb { "bokm\u00E5l" }
|
||||||
|
nn { "nynorsk" }
|
||||||
|
no { "norsk" }
|
||||||
|
}
|
||||||
|
LocaleString { "no" }
|
||||||
|
MonthAbbreviations {
|
||||||
|
"jan",
|
||||||
|
"feb",
|
||||||
|
"mar",
|
||||||
|
"apr",
|
||||||
|
"mai",
|
||||||
|
"jun",
|
||||||
|
"jul",
|
||||||
|
"aug",
|
||||||
|
"sep",
|
||||||
|
"okt",
|
||||||
|
"nov",
|
||||||
|
"des",
|
||||||
|
"",
|
||||||
|
}
|
||||||
|
MonthNames {
|
||||||
|
"januar",
|
||||||
|
"februar",
|
||||||
|
"mars",
|
||||||
|
"april",
|
||||||
|
"mai",
|
||||||
|
"juni",
|
||||||
|
"juli",
|
||||||
|
"august",
|
||||||
|
"september",
|
||||||
|
"oktober",
|
||||||
|
"november",
|
||||||
|
"desember",
|
||||||
|
"",
|
||||||
|
}
|
||||||
|
NumberElements {
|
||||||
|
",",
|
||||||
|
"\u00A0",
|
||||||
|
";",
|
||||||
|
"%",
|
||||||
|
"0",
|
||||||
|
"#",
|
||||||
|
"-",
|
||||||
|
"E",
|
||||||
|
"\u2030",
|
||||||
|
"\u221E",
|
||||||
|
"\uFFFD",
|
||||||
|
}
|
||||||
|
ShortLanguage { "nor" }
|
||||||
|
Eras {
|
||||||
|
"f.Kr.",
|
||||||
|
"e.Kr.",
|
||||||
|
}
|
||||||
|
|
||||||
|
zoneStrings {
|
||||||
|
{
|
||||||
|
"Europe/Oslo",
|
||||||
|
"Central European Time",
|
||||||
|
"MET",
|
||||||
|
"Central European Time (DST)",
|
||||||
|
"MET",
|
||||||
|
"Oslo"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
DayAbbreviations {
|
||||||
|
"su",
|
||||||
|
"m\u00E5",
|
||||||
|
"ty",
|
||||||
|
"on",
|
||||||
|
"to",
|
||||||
|
"fr",
|
||||||
|
"lau",
|
||||||
|
}
|
||||||
|
DayNames {
|
||||||
|
"sundag",
|
||||||
|
"m\u00E5ndag",
|
||||||
|
"tysdag",
|
||||||
|
"onsdag",
|
||||||
|
"torsdag",
|
||||||
|
"fredag",
|
||||||
|
"laurdag",
|
||||||
|
}
|
||||||
|
// Todo: The above data has been placed here until the aliasing mechanism works properly
|
||||||
|
|
||||||
|
// The following data should only be in this locale
|
||||||
CurrencyElements {
|
CurrencyElements {
|
||||||
"kr",
|
"kr",
|
||||||
"NOK",
|
"NOK",
|
||||||
",",
|
",",
|
||||||
}
|
}
|
||||||
NumberPatterns {
|
NumberPatterns {
|
||||||
"#,##0.###;-#,##0.###",
|
"#,##0.###;-#,##0.###",
|
||||||
"\u00A4 #,##0.00;\u00A4 -#,##0.00",
|
"\u00A4 #,##0.00;\u00A4 -#,##0.00",
|
||||||
"#,##0%",
|
"#,##0%",
|
||||||
}
|
}
|
||||||
ShortCountry { "NOR" }
|
ShortCountry { "NOR" }
|
||||||
LocaleID { "0814" }
|
LocaleID { "0814" }
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
// *******************************************************************************
|
// *******************************************************************************
|
||||||
|
|
||||||
no_NO_NY {
|
no_NO_NY {
|
||||||
"%%ALIAS" { "nn" }
|
"%%ALIAS" { "nn_NO" }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user