src/share/classes/sun/text/resources/hr/FormatData_hr.java

Print this page

        

*** 114,123 **** --- 114,140 ---- "stu", // abb november "pro", // abb december "" // abb month 13 if applicable } }, + { "standalone.MonthNarrows", + new String[] { + "1.", + "2.", + "3.", + "4.", + "5.", + "6.", + "7.", + "8.", + "9.", + "10.", + "11.", + "12.", + "", + } + }, { "DayNames", new String[] { "nedjelja", // Sunday "ponedjeljak", // Monday "utorak", // Tuesday
*** 136,145 **** --- 153,184 ---- "\u010det", // abb Thursday "pet", // abb Friday "sub" // abb Saturday } }, + { "DayNarrows", + new String[] { + "N", + "P", + "U", + "S", + "\u010c", + "P", + "S", + } + }, + { "standalone.DayNarrows", + new String[] { + "n", + "p", + "u", + "s", + "\u010d", + "p", + "s", + } + }, { "NumberElements", new String[] { ",", // decimal separator ".", // group (thousands) separator ";", // list separator