You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2015/09/24 10:08:04 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=14905978#comment-14905978 ] 

Jacques Le Roux commented on OFBIZ-5097:
----------------------------------------

Nobody interested before I close?

> 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: Trunk
>            Reporter: Naofumi Fukue
>            Priority: Minor
>         Attachments: JsLanguageFilesMapping.java.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)