Author: jleroux
Date: Sat Dec 11 09:42:14 2010
New Revision: 1044611

URL: http://svn.apache.org/viewvc?rev=1044611&view=rev
Log:
A patch from Dukian (actually done by hand was easier, got an UTF8 issue) 

There are many different i18n file naming approaches for language.country 
couple. For Traditional Chinese ... OFBiz uses java way: zh_TW, datepicker uses 
zh-TW, and el-rte needs this patch. It uses actually zh_tw, see the full 
version line 1108:

Dukian will file this issue to el-rte project too.

Modified:
    
ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js

Modified: 
ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js?rev=1044611&r1=1044610&r2=1044611&view=diff
==============================================================================
--- 
ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js
 (original)
+++ 
ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/elrteEditor/i18n/elrte.zh_TW.js
 Sat Dec 11 09:42:14 2010
@@ -4,7 +4,7 @@
  * @version 2010-09-18
  */
 (function($) {
-elRTE.prototype.i18Messages.zh_TW = {
+elRTE.prototype.i18Messages.zh_tw = {
        'Editor' : '所見即所得',
        'Source' : '原始碼',
        // Panel Name


Reply via email to