From 5f55975c1e30eced91c17f2eb9a90e114fac42ea Mon Sep 17 00:00:00 2001 From: Emiel Hollander Date: Wed, 9 Oct 2019 10:43:20 +0200 Subject: Remove unused i18n strings Since #29, these strings are no longer used. --- i18n/de.toml | 6 ------ i18n/es.toml | 8 +------- i18n/fr.toml | 6 ------ i18n/nl.toml | 8 +------- 4 files changed, 2 insertions(+), 26 deletions(-) (limited to 'i18n') 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 Hugo usando el tema Tale." [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 Hugo en thema Tale." [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 }}" -- cgit v1.2.3