Sign in

canrd-outside / order-erp-front · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • order-erp-front
  • src
  • locales
  • lang
  • zh-CN
  • antdLocale
  • DatePicker.ts
  • fix: 中文模式下日期选择框月份及星期异常显示英文 (#1406). (#2053) ...
    f3056373
    Co-authored-by: 舒培培 <622292@ky-tech.com.cn>
    cn.shperry authored
    2022-07-10 18:26:55 +0800  
    Browse Dir »
DatePicker.ts 302 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
export default {
  lang: {
    shortWeekDays: ['一', '二', '三', '四', '五', '六', '日'],
    shortMonths: [
      '1月',
      '2月',
      '3月',
      '4月',
      '5月',
      '6月',
      '7月',
      '8月',
      '9月',
      '10月',
      '11月',
      '12月',
    ],
  },
};