mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
- Changed the link for the "help us translate" section from crwd.in to crowdin.com for consistency and accuracy in localization configurations for various languages.
86 lines
2.7 KiB
TypeScript
86 lines
2.7 KiB
TypeScript
/* This file is automatically generated by "gen_configs.py" */
|
|
import type { SiteLocaleData } from '@vuepress/shared'
|
|
import type { DefaultThemeLocaleData } from '@vuepress/theme-default'
|
|
import { headConfig } from '../head.js'
|
|
|
|
const Translation = require('../../translations/lv.json')
|
|
|
|
export const mainConfig_lv: SiteLocaleData = {
|
|
lang: 'lv',
|
|
title: Translation.title,
|
|
description: Translation.description,
|
|
head: headConfig
|
|
}
|
|
|
|
export const defaultThemeConfig_lv: DefaultThemeLocaleData = {
|
|
selectLanguageName: "Latviešu",
|
|
selectLanguageText: Translation.theme.selectLanguageText,
|
|
selectLanguageAriaLabel: Translation.theme.selectLanguageAriaLabel,
|
|
|
|
navbar: [
|
|
{
|
|
text: Translation.navbar.AboutAndFeatures,
|
|
link: "/l10n/lv/guide/",
|
|
activeMatch: "/l10n/lv/index.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.Installation,
|
|
link: "/l10n/lv/guide/installation.md",
|
|
activeMatch: "/l10n/lv/guide/installation.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.Usage,
|
|
link: "/l10n/lv/guide/usage.md",
|
|
activeMatch: "/l10n/lv/guide/usage.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.Configuration,
|
|
link: "/l10n/lv/guide/configuration.md",
|
|
activeMatch: "/l10n/lv/guide/configuration.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.navbar.ChatBots,
|
|
link: "/l10n/lv/guide/chat-bots.md",
|
|
activeMatch: "/l10n/lv/guide/chat-bots.html",
|
|
},
|
|
|
|
{
|
|
text: Translation.helpUsTranslate,
|
|
link: "https://crowdin.com/project/minecraft-console-client",
|
|
},
|
|
],
|
|
|
|
sidebar: [
|
|
"/l10n/lv/guide/README.md",
|
|
"/l10n/lv/guide/installation.md",
|
|
"/l10n/lv/guide/usage.md",
|
|
"/l10n/lv/guide/configuration.md",
|
|
"/l10n/lv/guide/creating-text-script.md",
|
|
"/l10n/lv/guide/chat-bots.md",
|
|
"/l10n/lv/guide/creating-bots.md",
|
|
"/l10n/lv/guide/contibuting.md"
|
|
],
|
|
|
|
// page meta
|
|
editLinkText: Translation.theme.editLinkText,
|
|
lastUpdatedText: Translation.theme.lastUpdatedText,
|
|
contributorsText: Translation.theme.contributorsText,
|
|
|
|
// custom containers
|
|
tip: Translation.theme.tip,
|
|
warning: Translation.theme.warning,
|
|
danger: Translation.theme.danger,
|
|
|
|
// 404 page
|
|
notFound: Translation.theme.notFound,
|
|
backToHome: Translation.theme.backToHome,
|
|
|
|
// a11y
|
|
openInNewWindow: Translation.theme.openInNewWindow,
|
|
toggleColorMode: Translation.theme.toggleColorMode,
|
|
toggleSidebar: Translation.theme.toggleSidebar,
|
|
}
|