Translated the home page to work with both EN and AR

This commit is contained in:
Tiago Ribeiro
2023-10-21 14:22:57 +01:00
parent 0c747f6332
commit 799abc813d
17 changed files with 627 additions and 242 deletions

View File

@@ -0,0 +1,30 @@
{
"home": {
"en": "Home",
"ar": "بيت"
},
"services": {
"en": "Services",
"ar": "خدمات"
},
"about": {
"en": "About us",
"ar": "معلومات عنا"
},
"history": {
"en": "History",
"ar": "تاريخ"
},
"contact": {
"en": "Contact",
"ar": "اتصال"
},
"platform": {
"en": "Platform",
"ar": "منصة"
},
"join": {
"en": "Join",
"ar": "منصة"
}
}