Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4244752

i18n: Estonian LocaleElements_et contains wrong information

XMLWordPrintable

    • beta2
    • generic
    • generic



      Name: vi73552 Date: 06/08/99


      LocaleElements for Estonian (java.text.resources.LocaleElements_et) contains wrong information at least for date representation.

      Correct information source can be found:
      http://www.eki.ee/itstandard/
      http://www.eki.ee/itstandard/FDCC.shtml.en
      and
      http://www.ciesin.ee/ITR/



      The incorrect information includes:

      * month names and their abbreviations should be lowercase;

      * date-time patterns should be:
              { "DateTimePatterns",
                  new String[] {
                    "H:mm:ss z", // full time pattern
                    "H:mm:ss z", // long time pattern
                    "H:mm:ss", // medium time pattern
                    "H:mm", // short time pattern
                    "EEEE, d. MMMM yyyy", // full date pattern
                    "EEEE, d. MMMM yyyy. 'a'", // long date pattern
                    "d.MM.yyyy", // medium date pattern
                    "d.MM.yy", // short date pattern
                    "{1} {0}" // date-time pattern
                  }
              },
              { "DateTimeElements",
                  new String[] {
                     "2", // first day of week is MONDAY
                     "4" // min days in first week
                  }
              },
      (Review ID: 84075)
      ======================================================================

            khongsunw Karl Hong (Inactive)
            vasya Vassili Igouchkine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: