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

github.com/spech66/bootstrap-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <spech@spech.de>2020-10-18 09:30:59 +0300
committerGitHub <noreply@github.com>2020-10-18 09:30:59 +0300
commit9d9346c2b1a8ec70e75661c16c9522ab9b6359c9 (patch)
tree1c08be4f7d191b1ac7d97c86485c29e9e545364a
parentaea3c7c77e0ac484ae950a2015593599699266b8 (diff)
parent73427295a8feffa7a05407f0b6139ab0ea26a0b3 (diff)
Merge pull request #8 from ErickCastellanos/master
Adding spanish i18n support.
-rw-r--r--i18n/es.toml37
1 files changed, 37 insertions, 0 deletions
diff --git a/i18n/es.toml b/i18n/es.toml
new file mode 100644
index 0000000..5b02d3d
--- /dev/null
+++ b/i18n/es.toml
@@ -0,0 +1,37 @@
+[readmore]
+other = "Leer más"
+
+[lastupdated]
+other = "Última actualización"
+
+[readingTime]
+one = "1 Minuto"
+other = "{{.Count}} Minutos"
+
+[social]
+other = "Redes Sociales"
+
+[site]
+other = "Sitio"
+
+[translations]
+other="Traducciones"
+
+[themeby]
+other = "Tema gráfico por"
+
+[error404]
+other = "Disculpa, parece que no hay nada aquí."
+
+[gotohome]
+other = "Ir al inicio"
+
+# Taxonomoy title hack
+[Categories]
+other = "Categorías"
+[Categorie]
+other = "Categoría"
+[Tags]
+other = "Etiquetas"
+[Tag]
+other = "Etiqueta"