This commit is contained in:
Kakabay 2025-05-30 06:12:29 +05:00
parent 3da962b6b4
commit 512c8c933b
4 changed files with 58 additions and 56 deletions

29
src/locales/en/comment.ts Normal file
View File

@ -0,0 +1,29 @@
// {
// "text": "Fashion shows",
// "hover": true,
// "hoverItems": [
// {
// "text": "Foreign designers",
// "link": "/impressions"
// },
// {
// "text": "Turkmen designers",
// "link": ""
// }
// ]
// }
// {
// "text": "Master classes",
// "hover": true,
// "hoverItems": [
// {
// "text": "For designers",
// "link": "/impressions"
// },
// {
// "text": "For visitors",
// "link": ""
// }
// ]
// }

View File

@ -26,20 +26,6 @@
{
"text": "Media",
"link": "/media"
},
{
"text": "Fashion shows",
"hover": true,
"hoverItems": [
{
"text": "Foreign designers",
"link": "/impressions"
},
{
"text": "Turkmen designers",
"link": ""
}
]
}
]
},
@ -61,20 +47,6 @@
"text": "Travel guide",
"link": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/travel_guide/Travel_guide_eng.pdf",
"blank": "blank"
},
{
"text": "Master classes",
"hover": true,
"hoverItems": [
{
"text": "For designers",
"link": "/impressions"
},
{
"text": "For visitors",
"link": ""
}
]
}
]
},

29
src/locales/ru/comment.ts Normal file
View File

@ -0,0 +1,29 @@
// {
// "text": "Модные показы",
// "hover": true,
// "hoverItems": [
// {
// "text": "Зарубежные дизайнеры",
// "link": "/impressions"
// },
// {
// "text": "Туркменские дизайнеры",
// "link": ""
// }
// ]
// }
// {
// "text": "Матстер классы",
// "hover": true,
// "hoverItems": [
// {
// "text": "Для дизайнеров",
// "link": "/impressions"
// },
// {
// "text": "Для посетителей",
// "link": ""
// }
// ]
// }

View File

@ -25,20 +25,6 @@
{
"text": "Медиа",
"link": "/media"
},
{
"text": "Модные показы",
"hover": true,
"hoverItems": [
{
"text": "Зарубежные дизайнеры",
"link": "/impressions"
},
{
"text": "Туркменские дизайнеры",
"link": ""
}
]
}
]
},
@ -60,20 +46,6 @@
"text": "Путеводитель",
"link": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/travel_guide/Travel_guide_ru.pdf",
"blank": "blank"
},
{
"text": "Матстер классы",
"hover": true,
"hoverItems": [
{
"text": "Для дизайнеров",
"link": "/impressions"
},
{
"text": "Для посетителей",
"link": ""
}
]
}
]
},