Files
Rental-operations-platform/contracts/phase9/localization/ROUTE_MANIFEST_v1.0.json
T
2026-06-25 19:06:59 -04:00

91 lines
1.5 KiB
JSON

{
"version": "1.0",
"defaultLocale": "en",
"locales": [
"en",
"fr",
"ar"
],
"rootDetection": true,
"routes": [
{
"id": "home",
"slugs": {
"en": "",
"fr": "",
"ar": ""
},
"indexable": true,
"hashes": [
"top",
"product",
"workflow",
"modules",
"pricing",
"faq",
"contact"
]
},
{
"id": "login",
"slugs": {
"en": "login",
"fr": "connexion",
"ar": "تسجيل-الدخول"
},
"indexable": false,
"hashes": []
},
{
"id": "privacy",
"slugs": {
"en": "privacy",
"fr": "confidentialite",
"ar": "الخصوصية"
},
"indexable": true,
"hashes": []
},
{
"id": "terms",
"slugs": {
"en": "terms",
"fr": "conditions",
"ar": "الشروط"
},
"indexable": true,
"hashes": []
},
{
"id": "accessibility",
"slugs": {
"en": "accessibility",
"fr": "accessibilite",
"ar": "إمكانية-الوصول"
},
"indexable": true,
"hashes": []
}
],
"switching": {
"preserveQueryAllowlist": [
"utm_source",
"utm_medium",
"utm_campaign",
"utm_content",
"gclid"
],
"preserveValidHash": true,
"dropUnknownQuery": true
},
"hreflang": {
"values": [
"en",
"fr",
"ar"
],
"xDefaultLocale": "en",
"selfCanonical": true
}
}