You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "howie , YU (JIRA)" <ji...@apache.org> on 2008/02/19 03:38:34 UTC

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

    [ https://issues.apache.org/jira/browse/WICKET-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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.