From a7a0b413c9539cb801058c1956242f50a3923972 Mon Sep 17 00:00:00 2001 From: saeidi-dev Date: Mon, 14 Feb 2022 10:46:18 +0330 Subject: [PATCH] fix(module:i18n): update fa-IR.ts translations (#7249) Co-authored-by: Mahdi Saeidi --- components/i18n/languages/fa_IR.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/i18n/languages/fa_IR.ts b/components/i18n/languages/fa_IR.ts index e5ef9b8779..cd511e1c04 100755 --- a/components/i18n/languages/fa_IR.ts +++ b/components/i18n/languages/fa_IR.ts @@ -20,7 +20,13 @@ export default { DatePicker: { lang: { placeholder: 'انتخاب تاریخ', + yearPlaceholder: 'انتخاب سال', + monthPlaceholder: 'انتخاب ماه', + weekPlaceholder: 'انتخاب هفته', rangePlaceholder: ['تاریخ شروع', 'تاریخ پایان'], + rangeYearPlaceholder: ['سال شروع', 'سال پایان'], + rangeMonthPlaceholder: ['ماه شروع', 'ماه پایان'], + rangeWeekPlaceholder: ['شروع هفته', 'پایان هفته'], locale: 'fa_IR', today: 'امروز', now: 'اکنون',