diff --git a/i18n-2-landing.xlsm b/i18n-2-landing.xlsm index 3306151..3dc5222 100644 Binary files a/i18n-2-landing.xlsm and b/i18n-2-landing.xlsm differ diff --git a/src/components/HowWorksSection.vue b/src/components/HowWorksSection.vue index de5eb5a..225bdb7 100644 --- a/src/components/HowWorksSection.vue +++ b/src/components/HowWorksSection.vue @@ -48,7 +48,7 @@ { name: 'intro', label: 'how_it_works__intro', - url: 'https://kinescope.io/embed/5yesvjfi6XAYRuxzbsYGHZ' + url: 'https://kinescope.io/8fMxE2gUwNk5HH8jFUgHD2' }, { name: 'admin', diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts deleted file mode 100644 index c2e943b..0000000 --- a/src/i18n/en-US/index.ts +++ /dev/null @@ -1 +0,0 @@ -export default { EN: 'EN', RU: 'RU', '': '', main__how_it_works: 'How it works?', main__price: 'Price', main__faq: 'FAQ', main__contacts: 'Contacts', banner__slogan_prepend: 'banner__slogan_prepend', banner__slogan_body: 'banner__slogan_body', banner__main_btn: 'Join!', problem__title: 'problem__title', problem__address_book: 'problem__address_book', problem__address_book_description: 'problem__address_book_description', problem__task_manager: 'problem__task_manager', problem__task_manager_description: 'problem__task_manager_description', problem__meeting: 'problem__meeting', problem__meeting_description: 'problem__meeting_description', problem__files: 'problem__files', problem__files_description: 'problem__files_description', problem__privacy: 'problem__privacy', problem__privacy_description: 'problem__privacy_description', how_it_works__title: 'how_it_works__title', how_works__step1: 'how_works__step1', how_works__step1_description: 'how_works__step1_description', how_works__step2: 'how_works__step2', how_works__step2_description: 'how_works__step2_description', how_works__step3: 'how_works__step3', how_works__step3_description: 'how_works__step3_description', price__title: 'price__title', price__chat_per_day: 'price__chat_per_day', price__sale_date: 'price__sale_date', price__stars_pay: 'price__stars_pay', price__stars_description: 'price__stars_description', price__include: 'price__include', price_unlimited_users: 'price_unlimited_users', price_unlimited_projects: 'price_unlimited_projects', price_free_chats: 'price_free_chats', price_support: 'price_support', FAQ__title: 'FAQ__title', faq__question_1: 'faq__question_1', faq__answer_1: 'faq__answer_1', faq__question_2: 'faq__question_2', faq__answer_2: 'faq__answer_2', faq__question_3: 'faq__question_3', faq__answer_3: 'faq__answer_3', faq__question_4: 'faq__question_4', faq__answer_4: 'faq__answer_4', faq__question_5: 'faq__question_5', faq__answer_5: 'faq__answer_5' } \ No newline at end of file diff --git a/src/i18n/ru-RU/index.ts b/src/i18n/ru-RU/index.ts deleted file mode 100644 index a85fabc..0000000 --- a/src/i18n/ru-RU/index.ts +++ /dev/null @@ -1 +0,0 @@ -export default { EN: 'EN', RU: 'RU', '': '', main__how_it_works: 'Как это работает?', main__price: 'Цены', main__faq: 'Вопросы', main__contacts: 'Контакты', banner__slogan_prepend: 'Больше чем просто чаты', banner__slogan_body: 'Управление проектами внутри Telegram', banner__main_btn: 'Присоединиться', problem__title: 'Преимущества', problem__address_book: 'Адресная книга', problem__address_book_description: 'Не нужно угадывать, кто есть кто.', problem__task_manager: 'Задачи', problem__task_manager_description: 'Задачи из разных чатов в одном месте - все будет сделано!', problem__meeting: 'Совещания', problem__meeting_description: 'problem__meeting_description', problem__files: 'Файлы', problem__files_description: 'Не нужно помнить в каком именно чате был нужный файл. Теперь они все в одном месте.', problem__privacy: 'Доступ к информации', problem__privacy_description: 'Пользователям доступна только та информация, что есть в их чатах.', how_it_works__title: 'Как это работает?', how_works__step1: 'how_works__step1', how_works__step1_description: 'how_works__step1_description', how_works__step2: 'how_works__step2', how_works__step2_description: 'how_works__step2_description', how_works__step3: 'how_works__step3', how_works__step3_description: 'how_works__step3_description', price__title: 'price__title', price__chat_per_day: 'price__chat_per_day', price__sale_date: 'price__sale_date', price__stars_pay: 'price__stars_pay', price__stars_description: 'price__stars_description', price__include: 'price__include', price_unlimited_users: 'price_unlimited_users', price_unlimited_projects: 'price_unlimited_projects', price_free_chats: 'price_free_chats', price_support: 'price_support', FAQ__title: 'FAQ__title', faq__question_1: 'faq__question_1', faq__answer_1: 'faq__answer_1', faq__question_2: 'faq__question_2', faq__answer_2: 'faq__answer_2', faq__question_3: 'faq__question_3', faq__answer_3: 'faq__answer_3', faq__question_4: 'faq__question_4', faq__answer_4: 'faq__answer_4', faq__question_5: 'faq__question_5', faq__answer_5: 'faq__answer_5' } \ No newline at end of file diff --git a/src/pages/DocPage.vue b/src/pages/DocPage.vue index 8910cc6..e0f1527 100644 --- a/src/pages/DocPage.vue +++ b/src/pages/DocPage.vue @@ -15,7 +15,7 @@ @click="router.push({ name: 'main' })" />
- {{ $t(getDoc(documentName)) }} + {{ $te(getDoc(documentName)) ? $t(getDoc(documentName)) : '' }}
{ - return docs.find(d => d.file === fileName)?.translationKey ?? '' + return docs.find(d => d.file === fileName)?.translationKey } onMounted(() => { diff --git a/~$i18n-2-landing.xlsm b/~$i18n-2-landing.xlsm new file mode 100644 index 0000000..77f8e99 Binary files /dev/null and b/~$i18n-2-landing.xlsm differ