mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: missed translation in ar (#49852)
* fix: missed translation in ar * feat(i18n): add changelog * fix: missed translation in ar * fix: rebase master * fix: remove changelog * Update CHANGELOG.en-US.md Signed-off-by: lijianan <574980606@qq.com> * Update ar_EG.ts Signed-off-by: lijianan <574980606@qq.com> * Update index.test.tsx.snap Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: lijianan <574980606@qq.com>
This commit is contained in:
parent
ebc3a999bd
commit
ef6767d6f2
@ -8,6 +8,27 @@ const locale: PickerLocale = {
|
|||||||
lang: {
|
lang: {
|
||||||
placeholder: 'اختيار التاريخ',
|
placeholder: 'اختيار التاريخ',
|
||||||
rangePlaceholder: ['البداية', 'النهاية'],
|
rangePlaceholder: ['البداية', 'النهاية'],
|
||||||
|
yearFormat: 'YYYY',
|
||||||
|
dateFormat: 'D/M/YYYY',
|
||||||
|
dayFormat: 'D',
|
||||||
|
dateTimeFormat: 'DD/MM/YYYY HH:mm:ss',
|
||||||
|
monthFormat: 'MMMM',
|
||||||
|
monthBeforeYear: true,
|
||||||
|
shortWeekDays: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
||||||
|
shortMonths: [
|
||||||
|
'يناير',
|
||||||
|
'فبراير',
|
||||||
|
'مارس',
|
||||||
|
'إبريل',
|
||||||
|
'مايو',
|
||||||
|
'يونيو',
|
||||||
|
'يوليو',
|
||||||
|
'أغسطس',
|
||||||
|
'سبتمبر',
|
||||||
|
'أكتوبر',
|
||||||
|
'نوفمبر',
|
||||||
|
'ديسمبر',
|
||||||
|
],
|
||||||
...CalendarLocale,
|
...CalendarLocale,
|
||||||
},
|
},
|
||||||
timePickerLocale: {
|
timePickerLocale: {
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user