Author: jleroux
Date: Sat Nov 12 13:17:57 2011 New Revision: 1201257 URL: http://svn.apache.org/viewvc?rev=1201257&view=rev Log: The ZH patch of Leon's patch "add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error" https://issues.apache.org/jira/browse/OFBIZ-4555 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js. jleroux: This time all is looking code. I viewed Chinese characters in WinMerge, but no in Scite, so I used using UTF8 encoding there and saved. Then was looking good in Toirtoise svn merge editor, and still good also in WinMerge (which certainly handled automatically the conversion 1st time, pfew... ;o) Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js (with props) ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js (with props) ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js (with props) Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js?rev=1201257&view=auto ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js (added) +++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js Sat Nov 12 13:17:57 2011 @@ -0,0 +1,17 @@ +/* Chinese translation for the jQuery Timepicker Addon */ +/* Written by Leon Sun */ +(function($) { + $.timepicker.regional['zh-CN'] = { + timeOnlyTitle: 'éæ©æ¶é´', + timeText: 'æ¶é´', + hourText: 'æ¶', + minuteText: 'å', + secondText: 'ç§', + timezoneText: 'æ¶åº', + currentText: 'ç°å¨', + closeText: 'å®æ', + timeFormat: 'hh:mm', + ampm: false + }; + $.timepicker.setDefaults($.timepicker.regional['zh-CN']); +})(jQuery); Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js?rev=1201257&view=auto ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js (added) +++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js Sat Nov 12 13:17:57 2011 @@ -0,0 +1,17 @@ +/* Chinese translation for the jQuery Timepicker Addon */ +/* Written by Leon Sun */ +(function($) { + $.timepicker.regional['zh-HK'] = { + timeOnlyTitle: 'é¸ææé', + timeText: 'æé', + hourText: 'æ', + minuteText: 'å', + secondText: 'ç§', + timezoneText: 'æå', + currentText: 'ç¾å¨', + closeText: 'å®æ', + timeFormat: 'hh:mm', + ampm: false + }; + $.timepicker.setDefaults($.timepicker.regional['zh-HK']); +})(jQuery); Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js?rev=1201257&view=auto ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js (added) +++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js Sat Nov 12 13:17:57 2011 @@ -0,0 +1,17 @@ +/* Chinese translation for the jQuery Timepicker Addon */ +/* Written by Leon Sun */ +(function($) { + $.timepicker.regional['zh-TW'] = { + timeOnlyTitle: 'é¸ææé', + timeText: 'æé', + hourText: 'æ', + minuteText: 'å', + secondText: 'ç§', + timezoneText: 'æå', + currentText: 'ç¾å¨', + closeText: 'å®æ', + timeFormat: 'hh:mm', + ampm: false + }; + $.timepicker.setDefaults($.timepicker.regional['zh-TW']); +})(jQuery); Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js ------------------------------------------------------------------------------ svn:mime-type = text/plain |
Free forum by Nabble | Edit this page |