perrotuerto.blog/config/template/site/main_lang.rb

40 lines
1.3 KiB
Ruby
Raw Normal View History

2019-03-20 02:01:01 -06:00
$template_lang = {
'en' => {
'main' => 'Publishing is Coding: Change My Mind',
'links' => 'Links',
'about' => 'About',
'contact' => 'Contact',
'fork' => 'Fork',
'donate' => 'Donate',
'copyfarleft' => 'All content is under',
'license' => 'Open and Free Publishing License',
'build' => 'Last build of this page:',
'published' => 'Published:',
2019-03-20 02:01:01 -06:00
},
'es' => {
'main' => 'Publishing is Coding: Change My Mind',
'links' => 'Enlaces',
'about' => 'Acerca',
'contact' => 'Contacto',
'fork' => 'Bifurca',
'donate' => 'Dona',
'copyfarleft' => 'Todo el contenido está bajo',
'license' => 'Licencia Editorial Abierta y Libre',
'build' => 'Última modificación de esta página:',
'published' => 'Publicado:',
},
'nb' => {
'main' => 'Publishing is Coding: Change My Mind',
'links' => 'Lenker',
'about' => 'Om',
'contact' => 'Kontakt',
'fork' => 'Forgren',
'donate' => 'Doner',
'copyfarleft' => 'Alt innholdet er lisensiert',
'license' => 'Licencia Editorial Abierta y Libre',
'build' => 'Siste endring av denne siden:',
'published' => 'Skrevet:',
2019-03-20 02:01:01 -06:00
}
2019-03-20 02:01:01 -06:00
}