From 9c7db00c0ccc3c7c9e7d7ef71cd94487d73c07b9 Mon Sep 17 00:00:00 2001 From: Vaishnavi Rapolu Date: Fri, 10 Apr 2026 21:38:33 +0530 Subject: [PATCH 1/4] feat: add standardized i18n notification keys (WEB-808) --- src/locales/en-US/auth.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/en-US/auth.json b/src/locales/en-US/auth.json index e4afdd5..35d1e1d 100644 --- a/src/locales/en-US/auth.json +++ b/src/locales/en-US/auth.json @@ -43,3 +43,4 @@ "welcomeHome": "Welcome to Mifos Home!" } } + From e9f8cc20e458e6202ad01d63477fb7c124ab5369 Mon Sep 17 00:00:00 2001 From: Vaishnavi Rapolu Date: Sat, 11 Apr 2026 13:31:59 +0530 Subject: [PATCH 2/4] Update auth.json --- src/locales/en-US/auth.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/en-US/auth.json b/src/locales/en-US/auth.json index 35d1e1d..f5e7288 100644 --- a/src/locales/en-US/auth.json +++ b/src/locales/en-US/auth.json @@ -44,3 +44,4 @@ } } + From 8bb9181791b88c6fd4b19f2a08398e9a5384936a Mon Sep 17 00:00:00 2001 From: Vaishnavi Rapolu Date: Sat, 11 Apr 2026 13:35:33 +0530 Subject: [PATCH 3/4] Fix missing newline at end of auth.json Add a newline at the end of the auth.json file --- src/locales/en-US/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en-US/auth.json b/src/locales/en-US/auth.json index f5e7288..b9bd99f 100644 --- a/src/locales/en-US/auth.json +++ b/src/locales/en-US/auth.json @@ -44,4 +44,4 @@ } } - + From 4f3a50c1f498cfb12d804e605866bae5335658a9 Mon Sep 17 00:00:00 2001 From: Vaishnavi Rapolu Date: Sat, 11 Apr 2026 13:46:13 +0530 Subject: [PATCH 4/4] Update auth.json --- src/locales/en-US/auth.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/locales/en-US/auth.json b/src/locales/en-US/auth.json index b9bd99f..e4afdd5 100644 --- a/src/locales/en-US/auth.json +++ b/src/locales/en-US/auth.json @@ -43,5 +43,3 @@ "welcomeHome": "Welcome to Mifos Home!" } } - -