You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Erwan de FERRIERES (JIRA)" <ji...@apache.org> on 2012/12/11 16:25:23 UTC

[jira] [Commented] (OFBIZ-5097) jquery language mapping fix for japanese

    [ https://issues.apache.org/jira/browse/OFBIZ-5097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529051#comment-13529051 ] 

Erwan de FERRIERES commented on OFBIZ-5097:
-------------------------------------------

Hi Naofumi,
please create a patch and attach it to the jira issue so it can be included.

Thanks,
                
> jquery language mapping fix for japanese
> ----------------------------------------
>
>                 Key: OFBIZ-5097
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5097
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Naofumi Fukue
>            Priority: Minor
>
> jQuery language mapping is not collect for japanese (datepicker). So date format is wrong in japanese.
> Index: framework/common/src/org/ofbiz/common/JsLanguageFilesMapping.java
> ===================================================================
> --- framework/common/src/org/ofbiz/common/JsLanguageFilesMapping.java	(revision 1419381)
> +++ framework/common/src/org/ofbiz/common/JsLanguageFilesMapping.java	(working copy)
> @@ -120,9 +120,9 @@
>              localeFiles.put("it", "/images/jquery/plugins/datejs/date-it-IT.js");
>              localeFiles.put("it_IT", "/images/jquery/plugins/datejs/date-it-IT.js");
>              localeFiles.put("it_CH", "/images/jquery/plugins/datejs/date-it-CH.js");
> -            localeFiles.put("ja", "/images/jquery/plugins/datejs/date-en-US.js");
> +            localeFiles.put("ja", "/images/jquery/plugins/datejs/date-ja-JP.js");
>              localeFiles.put("ja_JP", "/images/jquery/plugins/datejs/date-ja-JP.js");
> -            localeFiles.put("ja_JP_JP", "/images/jquery/plugins/datejs/date-en-US.js");
> +            localeFiles.put("ja_JP_JP", "/images/jquery/plugins/datejs/date-ja-JP.js");
>              localeFiles.put("ko", "/images/jquery/plugins/datejs/date-en-US.js");
>              localeFiles.put("ko_KR", "/images/jquery/plugins/datejs/date-ko-KR.js");
>              localeFiles.put("lv", "/images/jquery/plugins/datejs/date-lv-LV.js");

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira