From 38cd1409be09c9b957f5efd136e96d589bd379cf Mon Sep 17 00:00:00 2001 From: Tilak Puli Date: Tue, 18 Jul 2023 10:56:20 +0530 Subject: [PATCH] feat(#162): [Tilak|Pooja] fix merge issue in hindi and format app id dictionary --- locales/hin.json | 9 ++++----- shared/constants.ts | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/hin.json b/locales/hin.json index a4f72d5c..9aa9dfc7 100644 --- a/locales/hin.json +++ b/locales/hin.json @@ -520,13 +520,12 @@ }, "allowAccess": "कैमरे तक पहुंच की अनुमति दें" }, + "errors": { + "genericError": "कुछ गलत हो गया। कृपया कुछ समय बाद पुन: प्रयास करें!" + }, "clipboard": { "copy": "प्रतिलिपि", "copied": "कॉपी किया गया" - }, - "allowAccess": "कैमरे तक पहुंच की अनुमति दें" - }, - "errors": { - "genericError": "कुछ गलत हो गया। कृपया कुछ समय बाद पुन: प्रयास करें!" + } } } diff --git a/shared/constants.ts b/shared/constants.ts index 62b7895f..e3596378 100644 --- a/shared/constants.ts +++ b/shared/constants.ts @@ -40,6 +40,7 @@ export const GNM_MESSAGE_LIMIT = 102400 - 6400; // allowance for metadata export const APP_ID_LENGTH = 12; +// Numbers and Upper case Alphabets without confusing characters like 0, 1, 2, I, O, Z export const APP_ID_DICTIONARY = [ '3', '4',