src/share/classes/sun/text/resources/tr/FormatData_tr.java

Print this page

        

@@ -80,10 +80,27 @@
                     "Kas", // abb november
                     "Ara", // abb december
                     "" // abb month 13 if applicable
                 }
             },
+            { "standalone.MonthNarrows",
+                new String[] {
+                    "O",
+                    "\u015e",
+                    "M",
+                    "N",
+                    "M",
+                    "H",
+                    "T",
+                    "A",
+                    "E",
+                    "E",
+                    "K",
+                    "A",
+                    "",
+                }
+            },
             { "DayNames",
                 new String[] {
                     "Pazar", // Sunday
                     "Pazartesi", // Monday
                     "Sal\u0131", // Tuesday

@@ -102,10 +119,21 @@
                     "Per", // abb Thursday
                     "Cum", // abb Friday
                     "Cmt" // abb Saturday
                 }
             },
+            { "DayNarrows",
+                new String[] {
+                    "P",
+                    "P",
+                    "S",
+                    "\u00c7",
+                    "P",
+                    "C",
+                    "C",
+                }
+            },
             { "NumberPatterns",
                 new String[] {
                     "#,##0.###;-#,##0.###", // decimal pattern
                     "#,##0.00 \u00a4;-#,##0.00 \u00a4", // currency pattern
                     "% #,##0" // percent pattern