source: other-projects/nz-flag-design/trunk/main-form/bgrins-spectrum/i18n/jquery.spectrum-zh-cn.js@ 29741

Last change on this file since 29741 was 29741, checked in by davidb, 9 years ago

Support JS library for colour picker

  • Property svn:executable set to *
File size: 348 bytes
Line 
1// Spectrum Colorpicker
2// Simplified Chinese (zh-cn) localization
3// https://github.com/bgrins/spectrum
4
5(function ( $ ) {
6
7 var localization = $.spectrum.localization["zh-cn"] = {
8 cancelText: "取消",
9 chooseText: "选择",
10 clearText: "æž…
11陀"
12 };
13
14 $.extend($.fn.spectrum.defaults, localization);
15
16})( jQuery );
Note: See TracBrowser for help on using the repository browser.