Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement/translate to uzbek language #597

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta

- [Russian docs version](i18n/ru)
- [English docs version](i18n/en)
- [Uzbek docs version](i18n/uz)

## Installation

Expand Down
5 changes: 4 additions & 1 deletion config/docusaurus/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ const { DEFAULT_LOCALE } = require("./consts");
/** @type {import('@docusaurus/types').DocusaurusConfig["i18n"]} */
const i18n = {
defaultLocale: DEFAULT_LOCALE,
locales: ["ru", "en"],
locales: ["ru", "en", "uz"],
localeConfigs: {
ru: {
label: "Русский",
},
en: {
label: "English",
},
uz: {
label: "O'zbekcha",
},
},
};

Expand Down
14 changes: 7 additions & 7 deletions i18n/en/docusaurus-plugin-content-docs/current/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Link from "@docusaurus/Link";
<NavCard
theme="primary"
Icon="🍰"
title="New to FSD?"
title="New to FSD?"
description="Learn the basics with quick overview of methodology"
to="/docs/get-started/overview"
/>
Expand All @@ -28,42 +28,42 @@ import Link from "@docusaurus/Link";

<NavCard
theme="mini"
title="🚀 Get Started"
title="🚀 Get Started"
description="A tour over the basic concepts and structure as well as a comprehensive review of a React sample project"
to="/docs/get-started"
tags={['Overview', 'Tutorial', 'FAQ']}
/>
<NavCard
theme="mini"
title="🎯 Guides"
title="🎯 Guides"
description="Practical guides and application examples"
to="/docs/guides"
tags={['Examples', 'Migration', 'Tech']}
/>
<NavCard
theme="mini"
title="📚 Reference"
title="📚 Reference"
description="Reference details of core concepts (for more efficient application)"
to="/docs/reference"
tags={['Units', 'Isolation', 'Public API']}
/>
<NavCard
theme="mini"
title="🍰 About"
title="🍰 About"
description="The philosophy of the methodology, its goals and place in the modern front-end"
to="/docs/about"
tags={['Mission', 'Alternatives', 'Promote']}
/>
<NavCard
theme="mini"
title="💫 Community"
title="💫 Community"
description="Resources and additional materials, contributed by the community"
to="/community"
tags={['Awesome', 'Team', 'Examples']}
/>
<NavCard
theme="mini"
title="🛠 Examples"
title="🛠 Examples"
description="Projects built with Feature-Sliced Design"
to="/examples"
/>
Loading
Loading