Skip to content

Commit

Permalink
docs: translate all links ru
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 4, 2024
1 parent 4db28f4 commit fccc596
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/.vitepress/locales/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ import { defineConfig } from 'vitepress'
import { getVersion } from '../utils'

export default defineConfig({
description: 'Intuitive service for organizing your homepage',
description: 'Интуитивно понятный сервис для организации вашей домашней страницы',
lang: 'ru-RU',
themeConfig: {
nav: [
{ text: 'Home', link: '/ru/' },
{ text: 'Configuration', link: '/ru/reference/configuration' },
{ text: 'Showcase', link: '/ru/community/showcase' },
{ text: 'Главная', link: '/ru/' },
{ text: 'Конфигурация', link: '/ru/reference/configuration' },
{ text: 'Примеры', link: '/ru/community/showcase' },
{
text: getVersion(),
items: [
{ text: 'Журнал изменений', link: '/ru/other/changelog' },
{ text: 'Contributing', link: '/ru/community/contributing' },
{ text: 'Внести свой вклад', link: '/ru/community/contributing' },
],
},
],

sidebar: [
{
text: 'Guide',
text: 'Руководство',
base: '/ru/guide',
items: [
{ text: 'Что такое Mafl?', link: '/what-is' },
Expand All @@ -45,17 +45,17 @@ export default defineConfig({
],
},
{
text: 'Community',
text: 'Сообщество',
base: '/ru/community',
collapsed: true,
items: [
{ text: 'Showcase', link: '/showcase' },
{ text: 'Development', link: '/development' },
{ text: 'Contributing', link: '/contributing' },
{ text: 'Примеры пользователей', link: '/showcase' },
{ text: 'Разработка', link: '/development' },
{ text: 'Внести свой вклад', link: '/contributing' },
],
},
{
text: 'Other',
text: 'Прочее',
base: '/ru/other',
collapsed: true,
items: [
Expand Down

0 comments on commit fccc596

Please sign in to comment.