Background
Sometimes when the user request for the verification code via email, the email may consist some English words. This is due to the template that Chainup pre-installed in the language pack is not fully translated to the native language from English .
Merchant is able to translate the languages themselves using the following steps.
This example uses the Spanish email template (other languages also follow the same steps but it is matched to a different Language KEY)
Steps
- Login to the backend
- Find the email template from Public management -> Internationalization -> Language pack
- Type in emailValidCode in the Configuration KEY box and click search
4. Look for the document to change based on the Language KEY. For example, es_ES is the template for Spanish language.
5. Click the edit button on the same row.
6. Translate the English word to Spanish in the content. Do not delete the symbol like %s as it is a variable
7. Click save and it is done.