From b44bc5d5cc015d2b402fadede3b34e528e3c4496 Mon Sep 17 00:00:00 2001 From: Abdalhamid Alhamad Date: Mon, 26 May 2025 15:24:20 +0300 Subject: [PATCH] fix: localize customer already exist message --- src/i18n/ar/app.json | 3 ++- src/i18n/en/app.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/ar/app.json b/src/i18n/ar/app.json index 085b78d..c4a650f 100644 --- a/src/i18n/ar/app.json +++ b/src/i18n/ar/app.json @@ -41,7 +41,8 @@ "ALREADY_REJECTED": "تم رفض طلب تغيير المصروف بالفعل." }, "CUSTOMER": { - "NOT_FOUND": "لم يتم العثور على العميل." + "NOT_FOUND": "لم يتم العثور على العميل.", + "ALREADY_EXISTS": "العميل موجود بالفعل." }, "GIFT": { diff --git a/src/i18n/en/app.json b/src/i18n/en/app.json index da4c402..d7bc7b7 100644 --- a/src/i18n/en/app.json +++ b/src/i18n/en/app.json @@ -40,7 +40,8 @@ "ALREADY_REJECTED": "The allowance change request has already been rejected." }, "CUSTOMER": { - "NOT_FOUND": "The customer was not found." + "NOT_FOUND": "The customer was not found.", + "ALREADY_EXISTS": "The customer already exists." }, "GIFT": {