Added Spanish i18n (#152)
This commit is contained in:
parent
26a590859c
commit
b39ed5213e
1 changed files with 51 additions and 0 deletions
51
i18n/es.toml
Normal file
51
i18n/es.toml
Normal file
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue