[jira] Commented: (WICKET-1243) the DatePicker show the same week title in china.

2008-02-19 Thread Gerolf Seitz (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12570362#action_12570362
 ] 

Gerolf Seitz commented on WICKET-1243:
--

can you provide a patch for TAIWAN and TRADITIONAL_CHINESE?
that would be great.

 the DatePicker show the same week title in china.  
 ---

 Key: WICKET-1243
 URL: https://issues.apache.org/jira/browse/WICKET-1243
 Project: Wicket
  Issue Type: Bug
  Components: wicket-datetime
Affects Versions: 1.3.0-beta4, 1.3.0-rc1, 1.3.0-rc2
 Environment: in chinese(zh_CN) language
Reporter: Julian Ding
Assignee: Gerolf Seitz
Priority: Minor
 Fix For: 1.3.1

 Attachments: screenshot-1.jpg, screenshot-2.jpg


 the DatePicker show the same week title in china.  you can see it  here in 
 the first pic.
 if  DatePicker can show as the last pic  is the best:
 i have correct this on my own version.  i will submit the solution tomorrow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (WICKET-1243) the DatePicker show the same week title in china.

2008-02-18 Thread howie , YU (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12570081#action_12570081
 ] 

howie , YU commented on WICKET-1243:


hi~ There are still some problem below.
--
if (Locale.SIMPLIFIED_CHINESE.equals(getLocale())){ 
dfSymbols.setShortWeekdays(new String[] {, 日, 一, 二, 三, 
四, 五, 六}); 
}; 
--
The same problem in  Locale.TAIWAN  Locale.TRADITIONAL_CHINESE.

Can i overwrite protected void localize(Map widgetProperties)  when new 
DatePocker myself?

--

 the DatePicker show the same week title in china.  
 ---

 Key: WICKET-1243
 URL: https://issues.apache.org/jira/browse/WICKET-1243
 Project: Wicket
  Issue Type: Bug
  Components: wicket-datetime
Affects Versions: 1.3.0-beta4, 1.3.0-rc1, 1.3.0-rc2
 Environment: in chinese(zh_CN) language
Reporter: Julian Ding
Assignee: Gerolf Seitz
Priority: Minor
 Fix For: 1.3.1

 Attachments: screenshot-1.jpg, screenshot-2.jpg


 the DatePicker show the same week title in china.  you can see it  here in 
 the first pic.
 if  DatePicker can show as the last pic  is the best:
 i have correct this on my own version.  i will submit the solution tomorrow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (WICKET-1243) the DatePicker show the same week title in china.

2008-01-04 Thread Julian Ding (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12556165#action_12556165
 ] 

Julian Ding commented on WICKET-1243:
-

dfSymbols.setShortWeekdays(new String[] {, \u65E5, \u4E00, \u4E8C, 
\u4E09, \u56DB, \u4E94, \u516D});

 the DatePicker show the same week title in china.  
 ---

 Key: WICKET-1243
 URL: https://issues.apache.org/jira/browse/WICKET-1243
 Project: Wicket
  Issue Type: Bug
  Components: wicket-datetime
Affects Versions: 1.3.0-beta4, 1.3.0-rc1, 1.3.0-rc2
 Environment: in chinese(zh_CN) language
Reporter: Julian Ding
Assignee: Gerolf Seitz
Priority: Minor
 Fix For: 1.3.1

 Attachments: screenshot-1.jpg, screenshot-2.jpg


 the DatePicker show the same week title in china.  you can see it  here in 
 the first pic.
 if  DatePicker can show as the last pic  is the best:
 i have correct this on my own version.  i will submit the solution tomorrow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (WICKET-1243) the DatePicker show the same week title in china.

2007-12-28 Thread Gerolf Seitz (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554854
 ] 

Gerolf Seitz commented on WICKET-1243:
--

can you provide escaped unicode sequences for the short weekdays?

 the DatePicker show the same week title in china.  
 ---

 Key: WICKET-1243
 URL: https://issues.apache.org/jira/browse/WICKET-1243
 Project: Wicket
  Issue Type: Bug
  Components: wicket-datetime
Affects Versions: 1.3.0-beta4, 1.3.0-rc1, 1.3.0-rc2
 Environment: in chinese(zh_CN) language
Reporter: Julian Ding
Priority: Minor
 Fix For: 1.3.0-rc3

 Attachments: screenshot-1.jpg, screenshot-2.jpg


 the DatePicker show the same week title in china.  you can see it  here in 
 the first pic.
 if  DatePicker can show as the last pic  is the best:
 i have correct this on my own version.  i will submit the solution tomorrow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.