You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/07/30 15:17:34 UTC

[incubator-echarts] 01/01: Merge pull request #13038 from apache/next-i18n

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit f300e1027ee3eefc19d0139be0404d566eee4d12
Merge: d001989 b22dc17
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Thu Jul 30 23:17:21 2020 +0800

    Merge pull request #13038 from apache/next-i18n
    
    i18n rebuild

 .eslintignore                                |   3 +-
 build/build-i18n.js                          |  91 +++++++++++++
 build/build.js                               |  33 +----
 build/config.js                              |   7 +-
 build/ec-lang-rollup-plugin.js               |  80 ------------
 build/release.js                             |  43 +++---
 src/langEN.ts => i18n/langEN-obj.js          |  32 ++++-
 src/langEN.ts => i18n/langEN.js              |  28 +++-
 i18n/langES-obj.js                           |  95 ++++++++++++++
 i18n/langES.js                               |  91 +++++++++++++
 i18n/langFI-obj.js                           |  95 ++++++++++++++
 i18n/langFI.js                               |  91 +++++++++++++
 i18n/langTH-obj.js                           |  95 ++++++++++++++
 i18n/langTH.js                               |  91 +++++++++++++
 src/lang.ts => i18n/langZH-obj.js            |  30 ++++-
 src/lang.ts => i18n/langZH.js                |  26 +++-
 package.json                                 |   3 +-
 src/component/legend/LegendModel.ts          |  32 +++--
 src/component/timeline/SliderTimelineView.ts |   1 +
 src/component/toolbox/ToolboxModel.ts        |   6 +-
 src/component/toolbox/feature/Brush.ts       |  41 +++---
 src/component/toolbox/feature/DataView.ts    |  43 +++---
 src/component/toolbox/feature/DataZoom.ts    |  28 ++--
 src/component/toolbox/feature/MagicType.ts   |  44 ++++---
 src/component/toolbox/feature/Restore.ts     |  21 +--
 src/component/toolbox/feature/SaveAsImage.ts |  34 ++---
 src/component/toolbox/featureManager.ts      |   3 +-
 src/coord/axisHelper.ts                      |   1 +
 src/echarts.ts                               |  13 +-
 src/{ => i18n}/langEN.ts                     |   2 +-
 src/i18n/langES.ts                           |  64 +++++++++
 src/i18n/langFI.ts                           |  64 +++++++++
 src/i18n/langTH.ts                           |  64 +++++++++
 src/{lang.ts => i18n/langZH.ts}              |  38 +++---
 src/langES.ts                                |  68 ----------
 src/langFI.ts                                |  68 ----------
 src/langTH.ts                                |  68 ----------
 src/locale.ts                                |  79 +++++++++++
 src/model/Global.ts                          |  14 ++
 src/scale/Time.ts                            |  15 ++-
 src/util/format.ts                           |  11 +-
 src/util/time.ts                             |  52 ++++++--
 src/visual/aria.ts                           |   9 +-
 test/lang.html                               | 188 +++++++++++++++++++++++++++
 44 files changed, 1490 insertions(+), 515 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org