-
Enhancement
-
Resolution: Fixed
-
P5
-
5.0
-
b01
-
x86
-
windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2149448 | 7 | Jiri Tusla | P5 | Closed | Fixed | b18 |
JDK-2142966 | 6u10 | Jiri Tusla | P5 | Resolved | Fixed | b12 |
JDK-2201073 | 1.4.2_18 | Abhijit Saha | P4 | Resolved | Fixed | b06 |
JDK-2158140 | 1.4.2_17-rev | Abhijit Saha | P4 | Closed | Fixed | b12 |
A DESCRIPTION OF THE REQUEST :
Add the localization of Eras for Dutch (NL):
{ "Eras",
new String[] { // era strings
"v. Chr.",
"n. Chr."
}
}
To:
\j2se\src\share\classes\sun\text\resourcesLocaleElements_nl.java
JUSTIFICATION :
Currently, eras is localized in Dutch (NL) to "BC" and "AD" but really should be "v. Chr." and "n. Chr." - just like German (DE).
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Return "v. Chr." and "n. Chr." for Eras when in Dutch (NL)
ACTUAL -
Returns "BC" and "AD" for Eras when in Dutch (NL)
---------- BEGIN SOURCE ----------
I don't have one.
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Substitute correct localization when returning Eras in Dutch.
Add the localization of Eras for Dutch (NL):
{ "Eras",
new String[] { // era strings
"v. Chr.",
"n. Chr."
}
}
To:
\j2se\src\share\classes\sun\text\resourcesLocaleElements_nl.java
JUSTIFICATION :
Currently, eras is localized in Dutch (NL) to "BC" and "AD" but really should be "v. Chr." and "n. Chr." - just like German (DE).
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Return "v. Chr." and "n. Chr." for Eras when in Dutch (NL)
ACTUAL -
Returns "BC" and "AD" for Eras when in Dutch (NL)
---------- BEGIN SOURCE ----------
I don't have one.
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Substitute correct localization when returning Eras in Dutch.
- backported by
-
JDK-2201073 Add Eras for Dutch LocaleElements
- Resolved
-
JDK-2142966 Add Eras for Dutch LocaleElements
- Resolved
-
JDK-2158140 Add Eras for Dutch LocaleElements
- Closed
-
JDK-2149448 Add Eras for Dutch LocaleElements
- Closed