Unnecessary "'" is displayed in week days' heading.
---------------------------------------------------
Key: CLK-734
URL: https://issues.apache.org/jira/browse/CLK-734
Project: Click
Issue Type: Bug
Components: click-calendar
Affects Versions: 2.3.0-M1
Reporter: Seiichi Himei
Unnecessary "'" is displayed in week days' heading in Japanese Pop-up Calendar
of DateField.
Here is a patch.
Index: extras/src/org/apache/click/extras/control/DateField_ja.properties
===================================================================
--- extras/src/org/apache/click/extras/control/DateField_ja.properties
(revision 1040845)
+++ extras/src/org/apache/click/extras/control/DateField_ja.properties
(working copy)
@@ -18,7 +18,7 @@
date-format-error={0}
\u306f\u4e0d\u6b63\u3067\u3059\u3002\u65e5\u4ed8\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f
{1} \u3067\u3059\u3002
date-title=\u65e5\u4ed8\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8: {0}
calendar-image-title=\u30ab\u30ec\u30f3\u30c0\u30fc
-calendar-weekdays-heading='\u65e5','\u6708','\u706b','\u6c34','\u6728','\u91d1','\u571f'
+calendar-weekdays-heading=\u65e5,\u6708,\u706b,\u6c34,\u6728,\u91d1,\u571f
calendar-ok=OK
calendar-now=\u4eca\u65e5
calendar-today=\u4eca\u65e5
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.