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-06-27 03:10:46 +0300
committerHanzei <hanzei@mailbox.org>2018-06-27 03:31:18 +0300
commit389a69a6e71228b536af28776156fda30d22e217 (patch)
tree8ddc2bca6c5abbd5d3e40f8383e46de8a8ad028b /i18n
parentc555b2b52c149aa8bd083b670583e4b3bb963f10 (diff)
Add Multilingual support
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml27
-rw-r--r--i18n/es.toml25
2 files changed, 52 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..b1940ef
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,27 @@
+[404_title]
+ 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]
+ other = "Latest Post"
+[index_blog_allPosts]
+ other = "All Posts"
+[index_blog_readMore]
+ other = "Read more"
+[index_currentTime]
+ other = "My current local time is"
+[nav_backToSection]
+ other = "Back to {{ .Title }}"
+[nav_main]
+ other = "main"
+[blog_readingTime]
+ one = "{{ .Count }} minute read"
+ other = "{{ .Count }} minutes read"
+[blog_shareThis]
+ other = "Share this"
+[footer_text]
+ other = "[Introduction](https://github.com/vickylai/hugo-theme-introduction/) theme for [Hugo](http://gohugo.io/). Made with [<i class=\"fa fa-heart\"></i> and <i class=\"fa fa-coffee\"></i>](https://vickylai.com) by open source contributors."
diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..38106f5
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,25 @@
+[404_title]
+ 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]
+ other = "Todas las Entradas"
+[index_blog_readMore]
+ other = "Leer más"
+[index_currentTime]
+ other = "Mi hora local actual es"
+[nav_backToSection]
+ other = "Volver a {{ .Title }}"
+[nav_main]
+ other = "Principal"
+[blog_readingTime]
+ one = "{{ .Count }} minuto de lectura"
+ other = "{{ .Count }} minutos de lectura"
+[blog_shareThis]
+ other = "Comparte esto"
+[footer_text]
+ other = "Tema [Introduction](https://github.com/vickylai/hugo-theme-introduction/) para [Hugo](http://gohugo.io/). Made with [<i class=\"fa fa-heart\"></i> and <i class=\"fa fa-coffee\"></i>](https://vickylai.com) by open source contributors."