Multi Language
1. Add content
// ----------------------------------------------------
// File: src/utils/languages/ar.json
// ----------------------------------------------------
{
"Modern": "حديث",
"eCommerce": "التجارة الإلكترونية",
"Analytical": "تحليلي",
}
// ----------------------------------------------------
// File: src/utils/languages/ch.json
// ----------------------------------------------------
{
"Modern": "现代的",
"eCommerce": "电子商务",
"Analytical": "分析性的",
}
// ----------------------------------------------------
// File: src/utils/languages/en.json
// ----------------------------------------------------
{
"Modern": "Modern",
"eCommerce": "eCommerce",
"Analytical": "Analytical",
}
// ----------------------------------------------------
// File: src/utils/languages/fr.json
// ----------------------------------------------------
{
"Modern": "Moderne",
"eCommerce": "commerce électronique",
"Analytical": "Analytique",
}
2. Usage
// ----------------------------------------------------
// File: src/layouts/full/vertical-header/language.vue
// ----------------------------------------------------
1. Add content
// ----------------------------------------------------
// File: src/utils/languages/ar.json
// ----------------------------------------------------
{
"Modern": "حديث",
"eCommerce": "التجارة الإلكترونية",
"Analytical": "تحليلي",
}
// ----------------------------------------------------
// File: src/utils/languages/ch.json
// ----------------------------------------------------
{
"Modern": "现代的",
"eCommerce": "电子商务",
"Analytical": "分析性的",
}
// ----------------------------------------------------
// File: src/utils/languages/en.json
// ----------------------------------------------------
{
"Modern": "Modern",
"eCommerce": "eCommerce",
"Analytical": "Analytical",
}
// ----------------------------------------------------
// File: src/utils/languages/fr.json
// ----------------------------------------------------
{
"Modern": "Moderne",
"eCommerce": "commerce électronique",
"Analytical": "Analytique",
}
2. Usage
// ----------------------------------------------------
// File: src/layouts/full/vertical-header/language.vue
// ----------------------------------------------------