src/share/classes/sun/text/resources/ca/FormatData_ca.java

Print this page

        

*** 117,126 **** --- 117,143 ---- "nov.", // abb november "des.", // abb december "" // abb month 13 if applicable } }, + { "standalone.MonthNarrows", + new String[] { + "g", + "f", + "m", + "a", + "m", + "j", + "j", + "a", + "s", + "o", + "n", + "d", + "", + } + }, { "DayNames", new String[] { "diumenge", // Sunday "dilluns", // Monday "dimarts", // Tuesday
*** 139,148 **** --- 156,187 ---- "dj.", // abb Thursday "dv.", // abb Friday "ds." // abb Saturday } }, + { "DayNarrows", + new String[] { + "G", + "L", // Note: contributed item in CDLR + "T", + "C", + "J", + "V", + "S", + } + }, + { "standalone.DayNarrows", + new String[] { + "g", + "l", + "t", + "c", + "j", + "v", + "s", + } + }, { "NumberElements", new String[] { ",", // decimal separator ".", // group (thousands) separator ";", // list separator