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

github.com/themefisher/bigspring-hugo-startup-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2021-02-13 17:28:10 +0300
committerSebastian Pech <windows@spech.de>2021-02-13 17:28:10 +0300
commita6594693248ba89f218e2e84af58d02904934ced (patch)
tree768300188a81cb298c6b15ab42210eaf2190d6d2 /i18n
parent0c8a6810d836e7f7d9525dd7770e73760e1aa7ea (diff)
404, translations, optional multilang
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml24
-rw-r--r--i18n/en.toml23
2 files changed, 47 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
new file mode 100644
index 0000000..e782b0e
--- /dev/null
+++ b/i18n/de.toml
@@ -0,0 +1,24 @@
+[readmore]
+other = "Weiterlesen"
+
+[translations]
+other="Übersetzungen"
+
+[error404]
+other = "Es tut uns wirklich leid aber hier scheint es nichts zu geben."
+
+[yourname]
+other = "Ihr Name"
+
+[youremail]
+other = "Ihre Email"
+
+[subject]
+other = "Betreff"
+
+[yourmessage]
+other = "Ihre Nachricht"
+
+[sendnow]
+other = "Abschicken"
+
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..9c64c9b
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,23 @@
+[readmore]
+other = "Read more"
+
+[translations]
+other="Translations"
+
+[error404]
+other = "We are really sorry but there seems to be nothing here."
+
+[yourname]
+other = "Your Name"
+
+[youremail]
+other = "Your Email"
+
+[subject]
+other = "Subject"
+
+[yourmessage]
+other = "Your Message"
+
+[sendnow]
+other = "Send Now"