Add New Laguage
Add new locale `i18n.json` inside this file
{
"locales": ["en", "ar"],
"defaultLocale": "en",
"pages": {
"*": ["common"],
"/": ["home"],
"/products": ["listing"],
"/products/[parent]": ["listing"],
"/products/[parent]/[child]": ["listing"],
"/product/[slug]": ["details"],
"/checkout": ["checkout"],
"/orders": ["order"],
"/auth/login": ["login"],
"/auth/register": ["register"],
"/404": ["404"],
"/auth/reset-password": ["reset-password"],
"/auth/forget-password": ["forget-password", "common"],
"/profile": ["profile"]
}
}
Follow their documentation
Click hear