diff options
author | MG12 <wuzhao.mail@gmail.com> | 2015-11-19 08:37:41 +0800 |
---|---|---|
committer | MG12 <wuzhao.mail@gmail.com> | 2015-11-19 08:37:41 +0800 |
commit | 63541ed7b1c9ad58348ea86c97f3e8b31830535b (patch) | |
tree | bfa03255ff614ca97210a7df7e2bb8ee7f3f74d4 /src/locale | |
parent | 6c6cb0fbfc159cff7ebd1c7ef9d7f5a547e57e61 (diff) | |
download | time-picker-63541ed7b1c9ad58348ea86c97f3e8b31830535b.tar.gz time-picker-63541ed7b1c9ad58348ea86c97f3e8b31830535b.tar.zst time-picker-63541ed7b1c9ad58348ea86c97f3e8b31830535b.zip |
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 | }; |