Skip to content

Commit

Permalink
Spanish. German and Chinese added
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaumecoi committed Feb 27, 2025
1 parent c58f449 commit 1d48cc4
Show file tree
Hide file tree
Showing 7 changed files with 147 additions and 2 deletions.
14 changes: 12 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,25 @@ export default defineConfig({
// Set English as the default language for this site.
defaultLocale: 'en',
locales: {
// English docs in `src/content/docs/en/`
en: {
label: 'English',
},
// Dutch docs in `src/content/docs/nl/`
es: {
label: 'Español',
lang: 'es',
},
de: {
label: 'Deutsch',
lang: 'de',
},
nl: {
label: 'Nederlands',
lang: 'nl',
},
zh: {
label: '中文',
lang: 'zh',
},
},
social: {
github: 'https://github.com/HyDE-Project',
Expand Down
37 changes: 37 additions & 0 deletions src/content/docs/de/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Welcome to HyDE project
description: Aesthetic, dynamic and minimal dots for Arch hyprland!
template: splash
hero:
tagline: Aesthetic, dynamic and minimal dots for Arch hyprland!
image:
file: ../../../assets/hyde.png
actions:
- text: Get started
link: de/start_here/getting-started/
icon: rocket
- text: Check out the project
link: https://github.com/HyDE-Project
icon: external
variant: minimal
---

import { Card, CardGrid } from '@astrojs/starlight/components';

## Features


<CardGrid stagger>
<Card title="XDG Compliance" icon="seti:vala">
Follows the XDG Base Directory Specification.
</Card>
<Card title="Easier core updates" icon="add-document">
Updates are now easier with the new core scripts.
</Card>
<Card title="Separate parent directory" icon="seti:folder">
Parent directory is now separate from the core scripts `(./hyde-shell)`.
</Card>
<Card title="New core scripts location" icon="seti:powershell">
Core scripts are now located in the `(./lib/hyde-shell/)` directory.
</Card>
</CardGrid>
8 changes: 8 additions & 0 deletions src/content/docs/de/start_here/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Get Started
description: Get started with HyDE.
---

<div align="center"><img src="https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/hyde_banner.png"><br></div>

This pages Has not yet been translated.
37 changes: 37 additions & 0 deletions src/content/docs/es/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Welcome to HyDE project
description: Aesthetic, dynamic and minimal dots for Arch hyprland!
template: splash
hero:
tagline: Aesthetic, dynamic and minimal dots for Arch hyprland!
image:
file: ../../../assets/hyde.png
actions:
- text: Get started
link: es/start_here/getting-started/
icon: rocket
- text: Check out the project
link: https://github.com/HyDE-Project
icon: external
variant: minimal
---

import { Card, CardGrid } from '@astrojs/starlight/components';

## Features


<CardGrid stagger>
<Card title="XDG Compliance" icon="seti:vala">
Follows the XDG Base Directory Specification.
</Card>
<Card title="Easier core updates" icon="add-document">
Updates are now easier with the new core scripts.
</Card>
<Card title="Separate parent directory" icon="seti:folder">
Parent directory is now separate from the core scripts `(./hyde-shell)`.
</Card>
<Card title="New core scripts location" icon="seti:powershell">
Core scripts are now located in the `(./lib/hyde-shell/)` directory.
</Card>
</CardGrid>
8 changes: 8 additions & 0 deletions src/content/docs/es/start_here/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Get Started
description: Get started with HyDE.
---

<div align="center"><img src="https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/hyde_banner.png"><br></div>

This pages Has not yet been translated.
37 changes: 37 additions & 0 deletions src/content/docs/zh/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Welcome to HyDE project
description: Aesthetic, dynamic and minimal dots for Arch hyprland!
template: splash
hero:
tagline: Aesthetic, dynamic and minimal dots for Arch hyprland!
image:
file: ../../../assets/hyde.png
actions:
- text: Get started
link: zh/start_here/getting-started/
icon: rocket
- text: Check out the project
link: https://github.com/HyDE-Project
icon: external
variant: minimal
---

import { Card, CardGrid } from '@astrojs/starlight/components';

## Features


<CardGrid stagger>
<Card title="XDG Compliance" icon="seti:vala">
Follows the XDG Base Directory Specification.
</Card>
<Card title="Easier core updates" icon="add-document">
Updates are now easier with the new core scripts.
</Card>
<Card title="Separate parent directory" icon="seti:folder">
Parent directory is now separate from the core scripts `(./hyde-shell)`.
</Card>
<Card title="New core scripts location" icon="seti:powershell">
Core scripts are now located in the `(./lib/hyde-shell/)` directory.
</Card>
</CardGrid>
8 changes: 8 additions & 0 deletions src/content/docs/zh/start_here/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Get Started
description: Get started with HyDE.
---

<div align="center"><img src="https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/hyde_banner.png"><br></div>

This pages Has not yet been translated.

0 comments on commit 1d48cc4

Please sign in to comment.