Add new language
common issues
To add a new language to your site, please follow these steps:
1) Access to the Admin panel.
2) Navigate to Settings -> Language
.
3) Click on Add Language
.
4) Take note of the short name
of the language you added.
5) Navigate to the your project folder > resources > lang
and make a copy of an existing file (such as en.json).
6) Rename the copied file with the short name of your language.
7) Edit the your_language_name.json
file with your desired language.
8) In the JSON file, the left side contains English language phrases, and the right side will be filled with your translated language.
9) Save your your_language_name.json
file. Repeat this process for all desired languages.