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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-10-09 11:43:20 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-10-09 11:43:20 +0300
commit5f55975c1e30eced91c17f2eb9a90e114fac42ea (patch)
treee48e589fd58fdd5a2aa9a4a007872887aa8bbb50
parent7a84b69b223dd9f69c58b90164ff3b35a4af3161 (diff)
Remove unused i18n stringsv2.0.0
Since #29, these strings are no longer used.
-rw-r--r--i18n/de.toml6
-rw-r--r--i18n/es.toml8
-rw-r--r--i18n/fr.toml6
-rw-r--r--i18n/nl.toml8
4 files changed, 2 insertions, 26 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index 62394bc..c587b3f 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -1,9 +1,3 @@
-[posts]
-other = "Beiträge"
-
-[about]
-other = "Info"
-
[writtenBy]
other = "Von"
diff --git a/i18n/es.toml b/i18n/es.toml
index 1383118..25f657e 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -1,9 +1,3 @@
-[posts]
-other = "Artículos"
-
-[about]
-other = "Acerca"
-
[writtenBy]
other = "Escrito por"
@@ -14,4 +8,4 @@ other = "el"
other = "Hecho con <a href='https://gohugo.io'>Hugo</a> usando el tema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."
[publishdate]
-other = "{{ .PublishDate.Day }} de {{ index $.Site.Data.months_es (printf \"%d\" .PublishDate.Month) }} de {{ .PublishDate.Year }}" \ No newline at end of file
+other = "{{ .PublishDate.Day }} de {{ index $.Site.Data.months_es (printf \"%d\" .PublishDate.Month) }} de {{ .PublishDate.Year }}"
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 169a84f..a13b993 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -1,9 +1,3 @@
-[posts]
-other = "Articles"
-
-[about]
-other = "À propos"
-
[writtenBy]
other = "Écrit par"
diff --git a/i18n/nl.toml b/i18n/nl.toml
index 29c5b75..8357c08 100644
--- a/i18n/nl.toml
+++ b/i18n/nl.toml
@@ -1,9 +1,3 @@
-[posts]
-other = "Artikelen"
-
-[about]
-other = "Over"
-
[writtenBy]
other = "Geschreven door"
@@ -14,4 +8,4 @@ other = "op"
other = "Gemaakt met <a href='https://gohugo.io'>Hugo</a> en thema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."
[publishdate]
-other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}" \ No newline at end of file
+other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"