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

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2022-07-07 14:08:27 +0300
committerGitHub <noreply@github.com>2022-07-07 14:08:27 +0300
commit07e7de6aa8ef9bc425415c0bf2024ee5f0f861b3 (patch)
treed6646b7974705189e64ca099050a71f9cb491c38
parentb4682116de2904544fafb2e32371352aa898b583 (diff)
parent143e313475f89c82d94aa42d48caf2afdacf517f (diff)
Merge pull request #818 from h-enk/multilingual
Better multilingual support
-rw-r--r--assets/scss/layouts/_header.scss8
-rw-r--r--config/_default/config.toml1
-rw-r--r--config/_default/languages.toml3
-rw-r--r--i18n/de.yaml5
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/en.yaml17
-rw-r--r--i18n/nl.toml2
-rw-r--r--i18n/nl.yaml17
-rw-r--r--layouts/404.html4
-rw-r--r--layouts/_default/baseof.html2
-rw-r--r--layouts/index.html2
-rw-r--r--layouts/partials/header/header.html4
-rw-r--r--layouts/partials/sidebar/docs-toc.html4
-rw-r--r--layouts/rss.xml2
14 files changed, 59 insertions, 14 deletions
diff --git a/assets/scss/layouts/_header.scss b/assets/scss/layouts/_header.scss
index 7bc7323..a0b4a0a 100644
--- a/assets/scss/layouts/_header.scss
+++ b/assets/scss/layouts/_header.scss
@@ -413,6 +413,11 @@ button#doks-versions {
.btn-menu {
margin-left: 1rem;
+ border: transparent;
+}
+
+.btn-doks-light {
+ border: transparent;
}
.btn-menu,
@@ -426,12 +431,15 @@ button#doks-versions {
.btn-doks-light:hover,
.doks-sidebar-toggle:hover {
background: $pink-100;
+ border: transparent;
}
.btn-menu:focus,
+.btn-doks-light:focus,
.doks-sidebar-toggle:focus,
.doks-mode-toggle:focus {
outline: 0;
+ border: transparent;
}
.doks-sidebar-toggle .doks-collapse,
diff --git a/config/_default/config.toml b/config/_default/config.toml
index b6a1f4e..66622a5 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -5,7 +5,6 @@ disableHugoGeneratorInject = true
enableEmoji = true
enableGitInfo = false
enableRobotsTXT = true
-languageCode = "en-US"
paginate = 7
rssLimit = 10
diff --git a/config/_default/languages.toml b/config/_default/languages.toml
index 1f0ca3e..ffb15f9 100644
--- a/config/_default/languages.toml
+++ b/config/_default/languages.toml
@@ -4,6 +4,7 @@
weight = 10
[en.params]
languageISO = "EN"
+ languageTag = "en-US"
[de]
languageName = "German"
@@ -11,6 +12,7 @@
weight = 15
[de.params]
languageISO = "DE"
+ languageTag = "de-DE"
[nl]
languageName = "Nederlands"
@@ -18,6 +20,7 @@
weight = 20
[nl.params]
languageISO = "NL"
+ languageTag = "nl-NL"
titleAddition = "Modern documentatie-thema"
description = "Doks is een Hugo-thema waarmee je moderne documentatie-websites kunt bouwen die veilig, snel en klaar voor SEO zijn — standaard."
titleHome = "Doks thema"
diff --git a/i18n/de.yaml b/i18n/de.yaml
new file mode 100644
index 0000000..d1f125e
--- /dev/null
+++ b/i18n/de.yaml
@@ -0,0 +1,5 @@
+- id: get-started
+ translation: "Loslegen"
+
+- id: on-this-page
+ translation: "Auf dieser Seite"
diff --git a/i18n/en.toml b/i18n/en.toml
deleted file mode 100644
index cb52685..0000000
--- a/i18n/en.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-[get-started]
- other = "Get Started" \ No newline at end of file
diff --git a/i18n/en.yaml b/i18n/en.yaml
new file mode 100644
index 0000000..05ff248
--- /dev/null
+++ b/i18n/en.yaml
@@ -0,0 +1,17 @@
+- id: get-started
+ translation: "Get Started"
+
+- id: on-this-page
+ translation: "On this page"
+
+- id: search-text
+ translation: "Search docs..."
+
+- id: 404-title
+ translation: "Page not found :("
+
+- id: 404-text
+ translation: "The page you are looking for doesn't exist or has been moved."
+
+- id: browse
+ translation: "Browse"
diff --git a/i18n/nl.toml b/i18n/nl.toml
deleted file mode 100644
index f80323e..0000000
--- a/i18n/nl.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-[get-started]
- other = "Aan de slag" \ No newline at end of file
diff --git a/i18n/nl.yaml b/i18n/nl.yaml
new file mode 100644
index 0000000..2899eda
--- /dev/null
+++ b/i18n/nl.yaml
@@ -0,0 +1,17 @@
+- id: get-started
+ translation: "Aan de slag"
+
+- id: on-this-page
+ translation: "Op deze pagina"
+
+- id: search-text
+ translation: "Zoeken..."
+
+- id: 404-title
+ translation: "Pagina niet gevonden :("
+
+- id: 404-text
+ translation: "De gezochte pagina bestaat niet of deze is verplaatst."
+
+- id: browse
+ translation: "Browse"
diff --git a/layouts/404.html b/layouts/404.html
index f1fe6bf..76d447a 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -2,8 +2,8 @@
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 col-xl-8">
<article>
- <h1 class="text-center">Page not found :(</h1>
- <p class="text-center">The page you are looking for doesn't exist or has been moved.</p>
+ <h1 class="text-center">{{ i18n "404-title" }}</h1>
+ <p class="text-center">{{ i18n "404-text" }}</p>
</article>
</div>
</div>
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 97d74f6..155ff84 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html lang="{{ .Site.LanguageCode | default "en" }}">
+<html lang="{{ .Site.Params.languageTag | default "en-US" }}">
{{ partial "head/head.html" . }}
{{ if eq .Kind "home" -}}
{{ .Scratch.Set "class" "home" -}}
diff --git a/layouts/index.html b/layouts/index.html
index 57c2e84..8daf8c0 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -6,7 +6,7 @@
</div>
<div class="col-lg-9 col-xl-8 text-center">
<p class="lead">{{ .Params.lead | safeHTML }}</p>
- <a class="btn btn-primary btn-lg px-4 mb-2" href="/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}prologue/introduction/" role="button">Get Started</a>
+ <a class="btn btn-primary btn-lg px-4 mb-2" href="/docs/{{ if .Site.Params.options.docsVersioning }}{{ .Site.Params.docsVersion }}/{{ end }}prologue/introduction/" role="button">{{ i18n "get-started" }}</a>
<p class="meta">Open-source MIT Licensed. <a href="https://github.com/h-enk/doks">GitHub v{{ $data := getJSON "/package.json" }}{{ $data.version }}</a></p>
</div>
</div>
diff --git a/layouts/partials/header/header.html b/layouts/partials/header/header.html
index 93584f4..96e6fa5 100644
--- a/layouts/partials/header/header.html
+++ b/layouts/partials/header/header.html
@@ -22,7 +22,7 @@
<div class="offcanvas offcanvas-start d-lg-none" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel">
<div class="header-bar"></div>
<div class="offcanvas-header">
- <h5 class="offcanvas-title" id="offcanvasExampleLabel">Browse {{ .Section }}</h5>
+ <h5 class="offcanvas-title" id="offcanvasExampleLabel">{{ i18n "browse" }} {{ .Section }}</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
@@ -87,7 +87,7 @@
{{ if $showFlexSearch -}}
<hr class="text-black-50 my-4 d-lg-none">
<form class="doks-search position-relative flex-grow-1 ms-lg-auto me-lg-2">
- <input id="search" class="form-control is-search" type="search" placeholder="Search docs..." aria-label="Search docs..." autocomplete="off">
+ <input id="search" class="form-control is-search" type="search" placeholder="{{ i18n "search-text" }}" aria-label="{{ i18n "search-text" }}" autocomplete="off">
<div id="suggestions" class="shadow bg-white rounded d-none"></div>
</form>
{{ end -}}
diff --git a/layouts/partials/sidebar/docs-toc.html b/layouts/partials/sidebar/docs-toc.html
index 60572b7..c71a7b8 100644
--- a/layouts/partials/sidebar/docs-toc.html
+++ b/layouts/partials/sidebar/docs-toc.html
@@ -1,7 +1,7 @@
{{ if and (ne .Params.toc false) (ne .TableOfContents "<nav id=\"TableOfContents\"></nav>") -}}
<div class="d-xl-none">
<button class="btn btn-outline-primary btn-sm doks-toc-toggle collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#onThisPage" aria-controls="doks-docs-nav" aria-expanded="false" aria-label="Toggle On this page navigation">
- <span>On this page</span>
+ <span>{{ i18n "on-this-page" }}</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" class="doks doks-expand" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>Expand</title><polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" class="doks doks-collapse" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><title>Collapse</title><polyline points="17 11 12 6 7 11"></polyline><polyline points="17 18 12 13 7 18"></polyline></svg>
@@ -16,7 +16,7 @@
</div>
</div>
<div class="page-links d-none d-xl-block">
- <h3>On this page</h3>
+ <h3>{{ i18n "on-this-page" }}</h3>
{{ if eq .Site.Params.options.scrollSpy true -}}
{{ .TableOfContents | replaceRE "<nav id=\"TableOfContents\">" "<nav id=\"toc\">" | safeHTML }}
{{ else -}}
diff --git a/layouts/rss.xml b/layouts/rss.xml
index b8f563e..3a5bb13 100644
--- a/layouts/rss.xml
+++ b/layouts/rss.xml
@@ -4,7 +4,7 @@
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
<link>{{ .Permalink }}</link>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
- <generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
+ <generator>Hugo -- gohugo.io</generator>{{ with .Site.Params.languageTag | default "en-US" }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Params.copyRight }}