locale.js 116 B

123456
  1. $.extend($.locales['zh-CN'], {
  2. 'examplePlugin': {
  3. test: "JavaScript i18n test: 简体中文"
  4. }
  5. });