From b39ed5213ef311cb28e1d14800e5fc089b414db3 Mon Sep 17 00:00:00 2001 From: Cristian Marquez Russo Date: Thu, 5 Nov 2020 08:45:35 +1300 Subject: [PATCH] Added Spanish i18n (#152) --- i18n/es.toml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 i18n/es.toml diff --git a/i18n/es.toml b/i18n/es.toml new file mode 100644 index 0000000..cfd898b --- /dev/null +++ b/i18n/es.toml @@ -0,0 +1,51 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Inicio" + +[posts] +other = "Posts" + +[toc_heading] +other = "Contenido" + +[at] +other = "en" + +[resume] +other = "Mi currículum" + +[navigation] +other = "Navegación" + +[contact_me] +other = "Contacto" + +[email] +other = "Email" + +[phone] +other = "Teléfono" + +[newsletter_text] +other = "Subscribirse" + +[newsletter_input_placeholder] +other = "Ingrese email" + +[newsletter_warning] +other = "Jamás compartiremos tus datos con alguién mas" + +[submit] +other = "Enviar" + +[hugoAttributionText] +other = "Funcionando con" + +[prev] +other = "Anterior" + +[next] +other = "Siguiente" + +[improve_this_page] +other = "Mejorar esta página"