We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae67952 commit a7a0b41Copy full SHA for a7a0b41
components/i18n/languages/fa_IR.ts
@@ -20,7 +20,13 @@ export default {
20
DatePicker: {
21
lang: {
22
placeholder: 'انتخاب تاریخ',
23
+ yearPlaceholder: 'انتخاب سال',
24
+ monthPlaceholder: 'انتخاب ماه',
25
+ weekPlaceholder: 'انتخاب هفته',
26
rangePlaceholder: ['تاریخ شروع', 'تاریخ پایان'],
27
+ rangeYearPlaceholder: ['سال شروع', 'سال پایان'],
28
+ rangeMonthPlaceholder: ['ماه شروع', 'ماه پایان'],
29
+ rangeWeekPlaceholder: ['شروع هفته', 'پایان هفته'],
30
locale: 'fa_IR',
31
today: 'امروز',
32
now: 'اکنون',
0 commit comments