diff --git a/src/locales/en/comment.ts b/src/locales/en/comment.ts new file mode 100644 index 0000000..04eef64 --- /dev/null +++ b/src/locales/en/comment.ts @@ -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": "" +// } +// ] +// } diff --git a/src/locales/en/nav.json b/src/locales/en/nav.json index f2728b8..53532f2 100644 --- a/src/locales/en/nav.json +++ b/src/locales/en/nav.json @@ -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": "" - } - ] } ] }, diff --git a/src/locales/ru/comment.ts b/src/locales/ru/comment.ts new file mode 100644 index 0000000..aa09f94 --- /dev/null +++ b/src/locales/ru/comment.ts @@ -0,0 +1,29 @@ +// { +// "text": "Модные показы", +// "hover": true, +// "hoverItems": [ +// { +// "text": "Зарубежные дизайнеры", +// "link": "/impressions" +// }, +// { +// "text": "Туркменские дизайнеры", +// "link": "" +// } +// ] +// } + +// { +// "text": "Матстер классы", +// "hover": true, +// "hoverItems": [ +// { +// "text": "Для дизайнеров", +// "link": "/impressions" +// }, +// { +// "text": "Для посетителей", +// "link": "" +// } +// ] +// } diff --git a/src/locales/ru/nav.json b/src/locales/ru/nav.json index f1f120b..d4c8235 100644 --- a/src/locales/ru/nav.json +++ b/src/locales/ru/nav.json @@ -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": "" - } - ] } ] },