Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-01-11 22:37:39 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-11 22:45:46 +0300
commit3cc71f374cb3ce162a8a741e3ad716d99ebc08a5 (patch)
tree20e4cba46ca56ad633028d50aff575731eecec34
parent3b889259702bd62a1d60020f177bba0fd4584b6e (diff)
Adding German translation, fixing typos
-rw-r--r--README.md2
-rw-r--r--exampleSite/content/errors.md2
-rw-r--r--i18n/de.yaml8
-rw-r--r--netlify.toml6
4 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
index cc3f8f9..cd7844c 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Import the theme in your Hugo config:
path = "github.com/bep/docuapi/v2"
```
-Note, if you want the older jQuery-versjon, replace the path with `github.com/bep/docuapi`.
+Note, if you want the older jQuery-version, replace the path with `github.com/bep/docuapi`.
If you want to edit the SCSS styles, you need:
diff --git a/exampleSite/content/errors.md b/exampleSite/content/errors.md
index 9cbfdee..bc64d82 100644
--- a/exampleSite/content/errors.md
+++ b/exampleSite/content/errors.md
@@ -29,4 +29,4 @@ Error Code | Meaning
Error Code | Meaning
---------- | -------
500 | Internal Server Error -- We had a problem with our server. Try again later.
-503 | Service Unavailable -- We're temporarially offline for maintanance. Please try again later.
+503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
diff --git a/i18n/de.yaml b/i18n/de.yaml
new file mode 100644
index 0000000..fa0f71b
--- /dev/null
+++ b/i18n/de.yaml
@@ -0,0 +1,8 @@
+- id: translations
+ translation:
+ one: "Übersetzung"
+ other: "Übersetzungen"
+
+# Search label
+- id: search
+ translation: "Suche"
diff --git a/netlify.toml b/netlify.toml
index 8a79964..d2b263d 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,18 +3,18 @@ publish = "exampleSite/public"
command = "hugo --gc -s exampleSite --minify"
[context.production.environment]
-HUGO_VERSION = "0.91.1"
+HUGO_VERSION = "0.91.2"
[context.deploy-preview]
command = "hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.91.1"
+HUGO_VERSION = "0.91.2"
[context.branch-deploy]
command = "hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.91.1"
+HUGO_VERSION = "0.91.2"