vue-gantt-schedule-timeline-calendar icon indicating copy to clipboard operation
vue-gantt-schedule-timeline-calendar copied to clipboard

change language configuration

Open KeyJarvis opened this issue 5 years ago • 1 comments

I can't change the language configuration。

locale: {
    name: 'zh-ch',
    Now: '现在',
    'X-Scale': '变焦-X',
    'Y-Scale': '缩放-Y',
    'Task list width': '任务列表',
    'Before/After': '放大',
    'Display task list': '显示任务清单'
  }

KeyJarvis avatar Jul 30 '20 10:07 KeyJarvis

  locale: {
          name: 'zh',
          Now: '现在',
          weekdays: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
          months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月']
        },

worked

Attiv avatar Aug 12 '20 09:08 Attiv