diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-09-20 02:56:13 +0200 |
commit | bbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch) | |
tree | c58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/moment/src/locale/zh-hk.js | |
parent | 003fb34971cf63466184351b4db5f7c67df4f444 (diff) |
update packages
Diffstat (limited to 'node_modules/moment/src/locale/zh-hk.js')
-rw-r--r-- | node_modules/moment/src/locale/zh-hk.js | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/node_modules/moment/src/locale/zh-hk.js b/node_modules/moment/src/locale/zh-hk.js index 73430a469..99435414e 100644 --- a/node_modules/moment/src/locale/zh-hk.js +++ b/node_modules/moment/src/locale/zh-hk.js @@ -15,14 +15,14 @@ export default moment.defineLocale('zh-hk', { longDateFormat : { LT : 'HH:mm', LTS : 'HH:mm:ss', - L : 'YYYY年MMMD日', - LL : 'YYYY年MMMD日', - LLL : 'YYYY年MMMD日 HH:mm', - LLLL : 'YYYY年MMMD日dddd HH:mm', - l : 'YYYY年MMMD日', - ll : 'YYYY年MMMD日', - lll : 'YYYY年MMMD日 HH:mm', - llll : 'YYYY年MMMD日dddd HH:mm' + L : 'YYYY/MM/DD', + LL : 'YYYY年M月D日', + LLL : 'YYYY年M月D日 HH:mm', + LLLL : 'YYYY年M月D日dddd HH:mm', + l : 'YYYY/M/D', + ll : 'YYYY年M月D日', + lll : 'YYYY年M月D日 HH:mm', + llll : 'YYYY年M月D日dddd HH:mm' }, meridiemParse: /凌晨|早上|上午|中午|下午|晚上/, meridiemHour : function (hour, meridiem) { @@ -81,6 +81,7 @@ export default moment.defineLocale('zh-hk', { future : '%s內', past : '%s前', s : '幾秒', + ss : '%d 秒', m : '1 分鐘', mm : '%d 分鐘', h : '1 小時', |