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

dukian commented on OFBIZ-4051:
-------------------------------

Mr. Tad responded it works for him.

It's weird, so I dived into elRTE's code. Please ref. 
https://github.com/Studio-42/elRTE/commits/stable/src/elrte/js/elRTE.js

commit ba88b196(Sept 18): .lang be converted to lower case in line 30:

    bq. this.lang = (''+this.options.lang).toLowerCase();

commit e341aedf(Sept 15): uses .lang directly in line 45:

    bq. this._i18n = new eli18n({textdomain : 'rte', messages : { rte : 
this.i18Messages[this.options.lang] || {}} });  

Mr. Tad translated zh_TW file be commited Sept 15 
(http://elrte.org/redmine/issues/192), but elRTE 1.1 releases Spet 20, so it's 
sadly for zh_TW users ...

I reported to elRTE project several days ago, they correct this problem and 
follow ICU rules (http://userguide.icu-project.org/locale). Please ref. 
http://elrte.org/redmine/issues/311, 
https://github.com/Studio-42/elRTE/blob/stable/src/elrte/js/elRTE.js . Mr. 
Nevelin says it'll be fixed in version 1.2.

My suggestion is keep current works, and wait elRTE next version.

> i18n for elrte editor
> ---------------------
>
>                 Key: OFBIZ-4051
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4051
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL COMPONENTS
>    Affects Versions: jQuery
>            Reporter: Erwan de FERRIERES
>            Assignee: Erwan de FERRIERES
>            Priority: Minor
>             Fix For: jQuery
>
>         Attachments: elret-zh_TW-modified-result.jpg, elrte_i18n.patch, 
> elrte_i18n.zip, OFBIZ-4051_zh_TW.patch
>
>
> elrte editor has its i18n files included in the archive

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

Reply via email to