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: {
|
||||
placeholder: 'اختيار التاريخ',
|
||||
rangePlaceholder: ['البداية', 'النهاية'],
|
||||
yearFormat: 'YYYY',
|
||||
dateFormat: 'D/M/YYYY',
|
||||
dayFormat: 'D',
|
||||
dateTimeFormat: 'DD/MM/YYYY HH:mm:ss',
|
||||
monthFormat: 'MMMM',
|
||||
monthBeforeYear: true,
|
||||
shortWeekDays: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
||||
shortMonths: [
|
||||
'يناير',
|
||||
'فبراير',
|
||||
'مارس',
|
||||
'إبريل',
|
||||
'مايو',
|
||||
'يونيو',
|
||||
'يوليو',
|
||||
'أغسطس',
|
||||
'سبتمبر',
|
||||
'أكتوبر',
|
||||
'نوفمبر',
|
||||
'ديسمبر',
|
||||
],
|
||||
...CalendarLocale,
|
||||
},
|
||||
timePickerLocale: {
|
||||
|
@ -2303,25 +2303,25 @@ exports[`Locale Provider should display the text as ar 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
س
|
||||
السبت
|
||||
</th>
|
||||
<th>
|
||||
ح
|
||||
الأحد
|
||||
</th>
|
||||
<th>
|
||||
ن
|
||||
الإثنين
|
||||
</th>
|
||||
<th>
|
||||
ث
|
||||
الثلاثاء
|
||||
</th>
|
||||
<th>
|
||||
ر
|
||||
الأربعاء
|
||||
</th>
|
||||
<th>
|
||||
خ
|
||||
الخميس
|
||||
</th>
|
||||
<th>
|
||||
ج
|
||||
الجمعة
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -4530,25 +4530,25 @@ exports[`Locale Provider should display the text as ar 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
س
|
||||
السبت
|
||||
</th>
|
||||
<th>
|
||||
ح
|
||||
الأحد
|
||||
</th>
|
||||
<th>
|
||||
ن
|
||||
الإثنين
|
||||
</th>
|
||||
<th>
|
||||
ث
|
||||
الثلاثاء
|
||||
</th>
|
||||
<th>
|
||||
ر
|
||||
الأربعاء
|
||||
</th>
|
||||
<th>
|
||||
خ
|
||||
الخميس
|
||||
</th>
|
||||
<th>
|
||||
ج
|
||||
الجمعة
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -5072,25 +5072,25 @@ exports[`Locale Provider should display the text as ar 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
س
|
||||
السبت
|
||||
</th>
|
||||
<th>
|
||||
ح
|
||||
الأحد
|
||||
</th>
|
||||
<th>
|
||||
ن
|
||||
الإثنين
|
||||
</th>
|
||||
<th>
|
||||
ث
|
||||
الثلاثاء
|
||||
</th>
|
||||
<th>
|
||||
ر
|
||||
الأربعاء
|
||||
</th>
|
||||
<th>
|
||||
خ
|
||||
الخميس
|
||||
</th>
|
||||
<th>
|
||||
ج
|
||||
الجمعة
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -6227,25 +6227,25 @@ exports[`Locale Provider should display the text as ar 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
س
|
||||
السبت
|
||||
</th>
|
||||
<th>
|
||||
ح
|
||||
الأحد
|
||||
</th>
|
||||
<th>
|
||||
ن
|
||||
الإثنين
|
||||
</th>
|
||||
<th>
|
||||
ث
|
||||
الثلاثاء
|
||||
</th>
|
||||
<th>
|
||||
ر
|
||||
الأربعاء
|
||||
</th>
|
||||
<th>
|
||||
خ
|
||||
الخميس
|
||||
</th>
|
||||
<th>
|
||||
ج
|
||||
الجمعة
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
Reference in New Issue
Block a user