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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-07-18 17:58:51 +0300
committerHanzei <hanzei@mailbox.org>2018-07-18 18:39:11 +0300
commit0f2d3808ee3b548f1861c602489432015465f71f (patch)
tree736f04dd78d6aa067917fa7c6ef5f8b9b4b34c67 /i18n
parent2ed572bea85f12c65ca59d03689f99443a0efd75 (diff)
Use headless bundle for home page
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml2
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/es.toml2
3 files changed, 0 insertions, 6 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index 5eea80d..19e583c 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -2,8 +2,6 @@
other = "404"
[404_description]
other = "Oop! Endweder hast du einen Fehler gefunden ([dann kontaktiere mich bitte](mailto:{{ .Site.Params.email }})) oder du versucht etwas zu finden, was es nicht gibt. Diese Seite exisiert nicht!"
-[index_avatarAlt]
- other = "Mein Profil Bild"
[index_projects_allProjects]
other = "Alle Projekte"
[index_blog_latestPosts]
diff --git a/i18n/en.toml b/i18n/en.toml
index 0c6a085..23d2bbe 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -2,8 +2,6 @@
other = "404"
[404_description]
other = "Oops! Either you've found a bug (in which case, [please tell me](mailto:{{ .Site.Params.email }})) or you're just making things up. This page doesn't exist!"
-[index_avatarAlt]
- other = "My profile picture"
[index_projects_allProjects]
other = "All Projects"
[index_blog_latestPosts]
diff --git a/i18n/es.toml b/i18n/es.toml
index 167cc13..0779b6f 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -2,8 +2,6 @@
other = "404"
[404_description]
other = "Oops! O bien encontraste un bug (en cuyo caso, [por favor avisame](mailto:{{ .Site.Params.email }})) o simplemente estas inventando cosas. Esta página no existe!"
-[index_avatarAlt]
- other = "Mi foto de perfil"
[index_blog_latestPosts]
other = "Últimas Entradas"
[index_blog_allPosts]