Browse Source

Update language dict

Danilo Gómez Gómez 5 years ago
parent
commit
5c463ba2ca
3 changed files with 4 additions and 16 deletions
  1. 4 3
      languages/es.txt
  2. 0 7
      layout/about.html
  3. 0 6
      layout/contact.html

+ 4 - 3
languages/es.txt

@@ -1,13 +1,14 @@
 graphic designer:diseñador gráfico
-work:trabajo
+work:trabajos
 news:noticias
 about:acerca de
 contact:contacto
 shop:tienda
 all:todos
-poster:poster
+poster:cartel
 illustration:ilustración
 editorial:editorial
 branding:marca
 other:otros
-About Alejandro:Sobre Alejandro
+About Alejandro:Acerca de Alejandro
+about & contact: acerca de & contacto

+ 0 - 7
layout/about.html

@@ -1,7 +0,0 @@
-{% extends "_base.html"%}
-
-{% set about_selected = True %}
-
-{% block main %}
-{{ "About Alejandro" | lang }}
-{% endblock %}

+ 0 - 6
layout/contact.html

@@ -1,6 +0,0 @@
-{% extends "_base.html"%}
-
-{% set contact_selected = True %}
-
-{% block main %}
-{% endblock %}