Skip to content

Commit 5f55975

Browse files
committed
Remove unused i18n strings
Since #29, these strings are no longer used.
1 parent 7a84b69 commit 5f55975

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

i18n/de.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[posts]
2-
other = "Beiträge"
3-
4-
[about]
5-
other = "Info"
6-
71
[writtenBy]
82
other = "Von"
93

i18n/es.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[posts]
2-
other = "Artículos"
3-
4-
[about]
5-
other = "Acerca"
6-
71
[writtenBy]
82
other = "Escrito por"
93

@@ -14,4 +8,4 @@ other = "el"
148
other = "Hecho con <a href='https://gohugo.io'>Hugo</a> usando el tema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."
159

1610
[publishdate]
17-
other = "{{ .PublishDate.Day }} de {{ index $.Site.Data.months_es (printf \"%d\" .PublishDate.Month) }} de {{ .PublishDate.Year }}"
11+
other = "{{ .PublishDate.Day }} de {{ index $.Site.Data.months_es (printf \"%d\" .PublishDate.Month) }} de {{ .PublishDate.Year }}"

i18n/fr.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[posts]
2-
other = "Articles"
3-
4-
[about]
5-
other = "À propos"
6-
71
[writtenBy]
82
other = "Écrit par"
93

i18n/nl.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[posts]
2-
other = "Artikelen"
3-
4-
[about]
5-
other = "Over"
6-
71
[writtenBy]
82
other = "Geschreven door"
93

@@ -14,4 +8,4 @@ other = "op"
148
other = "Gemaakt met <a href='https://gohugo.io'>Hugo</a> en thema <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."
159

1610
[publishdate]
17-
other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"
11+
other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"

0 commit comments

Comments
 (0)