From 73427295a8feffa7a05407f0b6139ab0ea26a0b3 Mon Sep 17 00:00:00 2001 From: Erick Castellanos Date: Sat, 17 Oct 2020 13:21:21 -0500 Subject: Adding spanish i18n support. --- i18n/es.toml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 i18n/es.toml 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" -- cgit v1.2.3