summaryrefslogtreecommitdiffstats
path: root/i18n/en.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-28 15:15:11 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-28 15:15:11 +0200
commit6b2b8e81e631a1fec44bdb94d5177cf5c56287c9 (patch)
tree994d425dd7ea4e4d57986e64fefd712de8011c03 /i18n/en.toml
parent512e94b28b243105e053c1090f56ac31846bc7cf (diff)
downloadgohugo-theme-ed-6b2b8e81e631a1fec44bdb94d5177cf5c56287c9.tar.gz
Added multilanguage support
Diffstat (limited to 'i18n/en.toml')
-rw-r--r--i18n/en.toml38
1 files changed, 38 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..5792b4a
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,38 @@
+[home]
+ other = 'Home'
+
+[top]
+ other = 'Return to Top'
+
+[more]
+ other = 'Read more...'
+
+[updated_at]
+ other = 'Updated at'
+
+[latest_publications]
+ other = 'Latest publications'
+
+[your_name]
+ other = 'Your name'
+
+[email_addres]
+ other = 'Email address'
+
+[message]
+ other = 'Message'
+
+[edited_by]
+ other = 'Edited by {{ . }}'
+
+[404_title]
+ other = 'Page not found'
+
+[404_description]
+ other = "Sorry, we've misplaced that URL or it's pointing to something that doesn't exist."
+
+[404_back]
+ other = 'Head back home to try finding it again'
+
+[by]
+ other = 'by {{ . }}'