To work with translations in ScandiPWA you can:
- Define translatable string in the code
- Configure ScandiPWA locales in the
package.json
file.
- Define the translations for translatable strings in specific languages generated in the
i18n
directory
You can learn more details about translations on the specific page.
How to work with translations?