mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
feat(#162): [Tilak|Pooja] fix merge issue in hindi and format app id dictionary
This commit is contained in:
@@ -520,13 +520,12 @@
|
||||
},
|
||||
"allowAccess": "कैमरे तक पहुंच की अनुमति दें"
|
||||
},
|
||||
"errors": {
|
||||
"genericError": "कुछ गलत हो गया। कृपया कुछ समय बाद पुन: प्रयास करें!"
|
||||
},
|
||||
"clipboard": {
|
||||
"copy": "प्रतिलिपि",
|
||||
"copied": "कॉपी किया गया"
|
||||
},
|
||||
"allowAccess": "कैमरे तक पहुंच की अनुमति दें"
|
||||
},
|
||||
"errors": {
|
||||
"genericError": "कुछ गलत हो गया। कृपया कुछ समय बाद पुन: प्रयास करें!"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user