Skip to content

Instantly share code, notes, and snippets.

@Igorpi25
Created April 19, 2020 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Igorpi25/fea87149efe2eda53a0d2949ca91602e to your computer and use it in GitHub Desktop.
Save Igorpi25/fea87149efe2eda53a0d2949ca91602e to your computer and use it in GitHub Desktop.
Sample of localization file
{
"passwordRestore": {
"accessRecoveryHead": "Access recovery,",
"accessRecoverySubhead": "enter the data and get a link to change password",
"recoveryByEmail": "Recovery by email",
"email": "Email",
"notRecieveEmailHead": "If you didn’t receive the message, check the \"Spam\" folder or",
"notRecieveEmailSubhead": "try again.",
"restoreBySms": "Restore by SMS",
"submit": "Get link"
},
"passwordRestoreConfirm": {
"changePasswordHead": "Password Change,",
"changePasswordSubhead": "enter new password",
"newPassword": "New password",
"newPasswordConfirm": "Confirm password",
"submit": "Change"
},
"loginRestore": {
"accessRecoveryHead": "Access recovery,",
"accessRecoverySubhead": "enter the data and get a link to change login",
"recoveryByPhone": "Recovery by phone",
"phoneNumber": "Phone number",
"smsCode": "SMS code",
"resendCode": "Resend code",
"signin": "Log In",
"submit": "Get link"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment