src/share/classes/sun/text/resources/fi/FormatData_fi.java

Print this page

        

@@ -114,10 +114,27 @@
                     "marras", // abb november
                     "joulu", // abb december
                     "" // abb month 13 if applicable
                 }
             },
+            { "standalone.MonthNarrows",
+                new String[] {
+                    "T",
+                    "H",
+                    "M",
+                    "H",
+                    "T",
+                    "K",
+                    "H",
+                    "E",
+                    "S",
+                    "L",
+                    "M",
+                    "J",
+                    "",
+                }
+            },
             { "DayNames",
                 new String[] {
                     "sunnuntai", // Sunday
                     "maanantai", // Monday
                     "tiistai", // Tuesday

@@ -136,10 +153,32 @@
                     "to", // abb Thursday
                     "pe", // abb Friday
                     "la" // abb Saturday
                 }
             },
+            { "DayNarrows",
+                new String[] {
+                    "S",
+                    "M",
+                    "T",
+                    "K",
+                    "T",
+                    "P",
+                    "L",
+                }
+            },
+            { "standalone.DayNarrows",
+                new String[] {
+                    "S",
+                    "M",
+                    "T",
+                    "K",
+                    "T",
+                    "P",
+                    "L",
+                }
+            },
             { "NumberElements",
                 new String[] {
                     ",", // decimal separator
                     "\u00a0", // group (thousands) separator
                     ";", // list separator

@@ -179,8 +218,14 @@
                 new String[] {
                     "ap.", // am marker
                     "ip."  // pm marker
                 }
             },
+            { "narrow.AmPmMarkers",
+                new String[] {
+                    "ap.",
+                    "ip.",
+                }
+            },
         };
     }
 }