Skip to content

Commit

Permalink
DPG-1373-Localization messages (#95)
Browse files Browse the repository at this point in the history
* Localization messages

* changed folder from 2.9 to core_2.9
  • Loading branch information
shubhang-eGov authored Apr 12, 2023
1 parent 4bce734 commit 1ed0add
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
8 changes: 8 additions & 0 deletions localisation/core_2.9/en_IN/egov-user.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"code": "EMAIL_UPDATED",
"message": "Dear Citizen, your e-mail has been updated from {oldEmail} to {newEmail}.\n\nEGOVS",
"module": "egov-user",
"locale": "en_IN"
}
]
26 changes: 26 additions & 0 deletions localisation/core_2.9/en_IN/user-otp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"code": "email.login.otp.sub",
"message": "Login OTP",
"module": "egov-user",
"locale": "en_IN"
},
{
"code": "email.login.otp.body",
"message": "Dear Citizen, Your Login OTP is %s.",
"module": "egov-user",
"locale": "en_IN"
},
{
"code": "email.pwd.reset.otp.body",
"message": "Your OTP for recovering password is %s.",
"module": "egov-user",
"locale": "en_IN"
},
{
"code": "email.pwd.reset.otp.sub",
"message": "Password Reset",
"module": "egov-user",
"locale": "en_IN"
}
]
8 changes: 8 additions & 0 deletions localisation/core_2.9/hi_IN/egov-user.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"code": "EMAIL_UPDATED",
"message": "प्रिय नागरिक, आपका ई-मेल {oldEmail} से {newEmail} में अपडेट कर दिया गया है।\n\nEGOVS",
"module": "egov-user",
"locale": "hi_IN"
}
]
26 changes: 26 additions & 0 deletions localisation/core_2.9/hi_IN/user-otp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"code": "email.login.otp.sub",
"message": "लॉगिन ओटीपी",
"module": "egov-user",
"locale": "hi_IN"
},
{
"code": "email.login.otp.body",
"message": "प्रिय नागरिक, आपका लॉगिन ओटीपी है - %s.",
"module": "egov-user",
"locale": "hi_IN"
},
{
"code": "email.pwd.reset.otp.body",
"message": "प्रिय नागरिक, पासवर्ड रिकवर करने के लिए आपका ओटीपी है - %s.",
"module": "egov-user",
"locale": "hi_IN"
},
{
"code": "email.pwd.reset.otp.sub",
"message": "पासवर्ड रिकवर",
"module": "egov-user",
"locale": "hi_IN"
}
]

0 comments on commit 1ed0add

Please sign in to comment.