Skip to content

Commit 367c6dd

Browse files
authored
Add German locale (#464)
1 parent a50d4e6 commit 367c6dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+5426
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
scripts: ['https://buttons.github.io/buttons.js'],
1414
i18n: {
1515
defaultLocale: 'en',
16-
locales: ['en', 'fr', 'es'],
16+
locales: ['en', 'fr', 'es', 'de'],
1717
},
1818
themeConfig: {
1919
docs: {

website/i18n/de/code.json

Lines changed: 440 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": {
3+
"message": "Blog",
4+
"description": "The title for the blog used in SEO"
5+
},
6+
"description": {
7+
"message": "Blog",
8+
"description": "The description for the blog used in SEO"
9+
},
10+
"sidebar.title": {
11+
"message": "Recent posts",
12+
"description": "The label for the left sidebar"
13+
}
14+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version.label": {
3+
"message": "Next",
4+
"description": "The label for version current"
5+
},
6+
"sidebar.docs.category.About": {
7+
"message": "About",
8+
"description": "The label for category About in sidebar docs"
9+
},
10+
"sidebar.docs.category.Usage": {
11+
"message": "Usage",
12+
"description": "The label for category Usage in sidebar docs"
13+
},
14+
"sidebar.docs.category.Support": {
15+
"message": "Support",
16+
"description": "The label for category Support in sidebar docs"
17+
}
18+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: Acknowledgements
3+
title: Acknowledgements
4+
sidebar_label: Acknowledgements
5+
---
6+
7+
Parts of this guide are based on the Linux [guides](https://medium.com/@SomerEsat) written by [Somer Esat](https://twitter.com/SomerEsat).
8+
9+
Without their previous work, this project would not exist.

0 commit comments

Comments
 (0)