Skip to content

Commit 3cc71f3

Browse files
deiningbep
authored andcommitted
Adding German translation, fixing typos
1 parent 3b88925 commit 3cc71f3

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Import the theme in your Hugo config:
1919
path = "github.com/bep/docuapi/v2"
2020
```
2121

22-
Note, if you want the older jQuery-versjon, replace the path with `github.com/bep/docuapi`.
22+
Note, if you want the older jQuery-version, replace the path with `github.com/bep/docuapi`.
2323

2424
If you want to edit the SCSS styles, you need:
2525

‎exampleSite/content/errors.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Error Code | Meaning
2929
Error Code | Meaning
3030
---------- | -------
3131
500 | Internal Server Error -- We had a problem with our server. Try again later.
32-
503 | Service Unavailable -- We're temporarially offline for maintanance. Please try again later.
32+
503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later.

‎i18n/de.yaml‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- id: translations
2+
translation:
3+
one: "Übersetzung"
4+
other: "Übersetzungen"
5+
6+
# Search label
7+
- id: search
8+
translation: "Suche"

‎netlify.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ publish = "exampleSite/public"
33
command = "hugo --gc -s exampleSite --minify"
44

55
[context.production.environment]
6-
HUGO_VERSION = "0.91.1"
6+
HUGO_VERSION = "0.91.2"
77

88
[context.deploy-preview]
99
command = "hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
1010

1111
[context.deploy-preview.environment]
12-
HUGO_VERSION = "0.91.1"
12+
HUGO_VERSION = "0.91.2"
1313

1414
[context.branch-deploy]
1515
command = "hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
1616

1717
[context.branch-deploy.environment]
18-
HUGO_VERSION = "0.91.1"
18+
HUGO_VERSION = "0.91.2"
1919

2020

0 commit comments

Comments
 (0)