From 1c27c28ba96f460ed85a6bc6ac5a7d100c617b54 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Mon, 29 Jan 2018 11:13:55 +0800 Subject: [PATCH] Fix Turkish locale --- components/locale-provider/tr_TR.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/locale-provider/tr_TR.tsx b/components/locale-provider/tr_TR.tsx index c5124e4e5b..22a11393f2 100644 --- a/components/locale-provider/tr_TR.tsx +++ b/components/locale-provider/tr_TR.tsx @@ -1,7 +1,7 @@ import Pagination from 'rc-pagination/lib/locale/en_US'; import DatePicker from '../date-picker/locale/tr_TR'; import TimePicker from '../time-picker/locale/tr_TR'; -import Calendar from '../calendar/locale/en_US'; +import Calendar from '../calendar/locale/tr_TR'; export default { locale: 'tr',