Skip to content

Commit a7a0b41

Browse files
authored
fix(module:i18n): update fa-IR.ts translations (#7249)
Co-authored-by: Mahdi Saeidi <saeidi.dev@gmail.com>
1 parent ae67952 commit a7a0b41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/i18n/languages/fa_IR.ts

+6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ export default {
2020
DatePicker: {
2121
lang: {
2222
placeholder: 'انتخاب تاریخ',
23+
yearPlaceholder: 'انتخاب سال',
24+
monthPlaceholder: 'انتخاب ماه',
25+
weekPlaceholder: 'انتخاب هفته',
2326
rangePlaceholder: ['تاریخ شروع', 'تاریخ پایان'],
27+
rangeYearPlaceholder: ['سال شروع', 'سال پایان'],
28+
rangeMonthPlaceholder: ['ماه شروع', 'ماه پایان'],
29+
rangeWeekPlaceholder: ['شروع هفته', 'پایان هفته'],
2430
locale: 'fa_IR',
2531
today: 'امروز',
2632
now: 'اکنون',

0 commit comments

Comments
 (0)