From df18edda79e0405d73d4955c880343f40592c2ba Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Wed, 4 Jan 2017 10:08:35 +0800 Subject: [PATCH] chore: update link to locale format --- components/date-picker/locale/en_US.tsx | 2 +- components/date-picker/locale/pt_BR.tsx | 2 +- components/date-picker/locale/ru_RU.tsx | 2 +- components/date-picker/locale/sv_SE.tsx | 2 +- components/date-picker/locale/zh_CN.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/date-picker/locale/en_US.tsx b/components/date-picker/locale/en_US.tsx index 67d787d6c7..3a6c8357fd 100644 --- a/components/date-picker/locale/en_US.tsx +++ b/components/date-picker/locale/en_US.tsx @@ -12,6 +12,6 @@ const locale = { }; // All settings at: -// https://github.com/ant-design/ant-design/issues/424 +// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json export default locale; diff --git a/components/date-picker/locale/pt_BR.tsx b/components/date-picker/locale/pt_BR.tsx index 5809056d17..dddc1cc62f 100644 --- a/components/date-picker/locale/pt_BR.tsx +++ b/components/date-picker/locale/pt_BR.tsx @@ -12,6 +12,6 @@ const locale = { }; // All settings at: -// https://github.com/ant-design/ant-design/issues/424 +// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json export default locale; diff --git a/components/date-picker/locale/ru_RU.tsx b/components/date-picker/locale/ru_RU.tsx index 7e305e0b0e..04b0675a1d 100644 --- a/components/date-picker/locale/ru_RU.tsx +++ b/components/date-picker/locale/ru_RU.tsx @@ -15,6 +15,6 @@ const locale = { }; // All settings at: -// https://github.com/ant-design/ant-design/issues/424 +// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json export default locale; diff --git a/components/date-picker/locale/sv_SE.tsx b/components/date-picker/locale/sv_SE.tsx index aaf34f47e7..42b641ec32 100644 --- a/components/date-picker/locale/sv_SE.tsx +++ b/components/date-picker/locale/sv_SE.tsx @@ -11,6 +11,6 @@ const locale = { }; // All settings at: -// https://github.com/ant-design/ant-design/issues/424 +// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json export default locale; diff --git a/components/date-picker/locale/zh_CN.tsx b/components/date-picker/locale/zh_CN.tsx index 8a6a6d571d..8ba23f9521 100644 --- a/components/date-picker/locale/zh_CN.tsx +++ b/components/date-picker/locale/zh_CN.tsx @@ -20,6 +20,6 @@ const locale = { locale.lang.ok = '确 定'; // All settings at: -// https://github.com/ant-design/ant-design/issues/424 +// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json export default locale;