diff options
Diffstat (limited to 'src/locale')
-rw-r--r-- | src/locale/en_US.js | 3 | ||||
-rw-r--r-- | src/locale/zh_CN.js | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/locale/en_US.js b/src/locale/en_US.js index 252d3d2..488725c 100644 --- a/src/locale/en_US.js +++ b/src/locale/en_US.js | |||
@@ -1,9 +1,6 @@ | |||
1 | import enUs from 'gregorian-calendar-format/lib/locale/en_US'; | 1 | import enUs from 'gregorian-calendar-format/lib/locale/en_US'; |
2 | 2 | ||
3 | export default { | 3 | export default { |
4 | placeholderHHmmss: 'HH:MM:SS', | ||
5 | placeholderHHmm: 'HH:MM', | ||
6 | placeholdermmss: 'MM:SS', | ||
7 | clear: 'Clear', | 4 | clear: 'Clear', |
8 | format: enUs, | 5 | format: enUs, |
9 | }; | 6 | }; |
diff --git a/src/locale/zh_CN.js b/src/locale/zh_CN.js index 709cfb4..8e02a08 100644 --- a/src/locale/zh_CN.js +++ b/src/locale/zh_CN.js | |||
@@ -1,9 +1,6 @@ | |||
1 | import zhCn from 'gregorian-calendar-format/lib/locale/zh_CN'; | 1 | import zhCn from 'gregorian-calendar-format/lib/locale/zh_CN'; |
2 | 2 | ||
3 | export default { | 3 | export default { |
4 | placeholderHHmmss: '时:分:秒', | ||
5 | placeholderHHmm: '时:分', | ||
6 | placeholdermmss: '分:秒', | ||
7 | clear: '清除', | 4 | clear: '清除', |
8 | format: zhCn, | 5 | format: zhCn, |
9 | }; | 6 | }; |