-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta3
-
generic
-
generic
Name: krC82822 Date: 08/02/2001
java version "1.3.1" [and 1.4 beta build 73, as of 2 Aug 2001]
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
In Latvian, the correct spelling for Thursday is "Ceturtdiena".
Currently, it's written as "Ceturdiena". One missing letter
makes a big difference.
----------
2 Aug 2001, eval1127@eng -- in the current merlin (1.4) tree,
it's still spelled incorrectly, but in a DIFFERENT way now:
......1.4/latest/.....classes/sun/text/resources( 52 )% grep -i cetur *java
LocaleElements_lv.java: "ceturdien", // Thursday
----------
I could not find the actual resource within the current 1.3.1 tree (I abandoned my
search, due to time constraints):
/re/promoted/jdk/1.3.1/latest/ws/src/share/classes/java/text/resources( 38 )% grep -i cetur *java
/re/promoted/jdk/1.3.1/latest/ws/src/share/classes/java/text/resources( 39 )% grep -i latv *java
LocaleElements.java: { "lv", "Latvian (Lettish)" },
LocaleElements.java: { "LV", "Latvia" },
/re/promoted/jdk/1.3.1/latest/ws/src/share/classes/java/text/resources( 40 )% grep -i thurs *java
LocaleElements.java: "Thursday", // Thursday
LocaleElements.java: "Thu", // abb Thursday
(Review ID: 129287)
======================================================================