Internationalization
The PrestaShop integration supports single language by default. However, to support multi-language we need to do some configurations.
How to enable multi-lang support?
Multi-lang is enabled by default on the Next.js app, however you need to enable the multi-language or add a new language on the PrestaShop back-office through the Internationalization
section.
List of supported languages
This is the list of languages added to the Next.js project. However, the PrestaShop e-commerce supports more than 83 languages (Check out PrestaShop Crowdin).
- English
- French
Contribute to add a new language
Go to the Locales directory and copy the en
directory and rename it to your desired language. Then open up the common.json
file and start translating the value part of the json.
If you do not know how to contribute to an open-source project you can read this article.