-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate base_chapter HTML to spanish and fixing typos on spanish ba…
- Loading branch information
Showing
2 changed files
with
51 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{% extends "base/2019/base_chapter.html" %} | ||
|
||
{% block title %}{{ metadata.get('title') }} | 2019 | Web Almanac por HTTP Archive{% endblock %} | ||
|
||
{% block description %}{{ metadata.get('description','Capítulo' + metadata.get('title') + ' del Web Almanac '+ year + " explorando el uso de " + metadata.get('description',metadata.get('title')) + ' en la web.') }}{% endblock %} | ||
|
||
{% block twitter_image_alt %}Imagen del Capítulo {{ metadata.get('title') }} del Web Almanac {{ year }}{% endblock %} | ||
|
||
{% block breadcrumb_name_2 %}{{ metadata.get('title') }}{% endblock %} | ||
|
||
{% block unedited %}[no corregido]{% endblock %} | ||
|
||
{% block prev_next_title %}Navegación a capítulos anteriores y siguientes.{% endblock %} | ||
|
||
{% block discuss_this_chapter %}Comenta este capítulo{% endblock %} | ||
{% block comment %}comentar{% endblock %} | ||
{% block comments %}comentarios{% endblock %} | ||
{% block written_by %}Escrito por{% endblock %} | ||
{% block reviewed_by %}Revisado por{% endblock %} | ||
{% block translated_by %}Traducido por{% endblock %} | ||
|
||
{% block author %}Autor(a){% endblock %} | ||
{% block authors %}Autores{% endblock %} | ||
|
||
{% block previous %}Capítulo anterior (presione 'p' o ','){% endblock %} | ||
{% block next %}Capítulo siguiente (presione 'n' or '.'){% endblock %} |