Skip to content

Commit 545e1e6

Browse files
committed
actualización traducciones
1 parent 8c7534e commit 545e1e6

File tree

5 files changed

+7
-27
lines changed

5 files changed

+7
-27
lines changed

_i18n/en.yml

-5
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,3 @@ form:
3232
email: Email
3333
message: Message
3434
send: Send
35-
36-
bibliotecadigital:
37-
heading: "Access our digital editions"
38-
viajes: "Chronicles and travelogues"
39-
miscelanea: "Miscellaneous texts"

_i18n/en/bibliotecadigital.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Digital Scholarly Editing is one of the most representative areas within the fie
33

44
All the digital editions in our Digital Library follow the XML-TEI standard and the principles of minimal computing, favoring the use of open technologies, governance over data and code, and the reduction of computing infrastructure. The enriched texts with notes and maps are complemented with data visualizations and many distant reading resources.
55

6-
<!-- # Access our digital editions
6+
# Access our digital editions
77

88

99
## Chronicles and travelogues
1010

1111

12-
## Miscellaneous texts -->
12+
<!--## Miscellaneous texts -->

_i18n/es.yml

-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,3 @@ form:
3333
message: Mensaje
3434
send: Enviar
3535

36-
bibliotecadigital:
37-
heading: "Acceda a nuestras ediciones digitales"
38-
viajes: "Relatos de viaje"
39-
miscelanea: "Misceláneas"

_i18n/es/bibliotecadigital.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ La edición digital de textos constituye una de las líneas más representativas
22

33
Todas las ediciones digitales de nuestra Biblioteca Digital siguen el estándar XML-TEI y los principios de la minimal computing, y privilegian el uso de tecnologías abiertas, la gobernanza sobre datos y código y la reducción de infraestructura informática. Se completan los textos enriquecidos con notas y mapas con visualizaciones de datos y diferentes recursos de lectura distante.
44

5-
<!-- # Acceda a nuestras ediciones digitales
6-
7-
5+
# Acceda a nuestras ediciones digitales
86
## Relatos de viaje
9-
10-
7+
<!--
118
## Miscelánea -->

_pages/bibliotecadigital.html

+3-11
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,10 @@ <h1 class="hero__title">{% t titles.library %}</h1>
1414

1515
<div class="container">
1616
<div class="page-content" id="main">
17-
{% if page.lang == "en" %}
18-
{% assign t = site.data.en %}
19-
{% else %}
20-
{% assign t = site.data.es %}
21-
{% endif %}
2217

2318
{% tf bibliotecadigital.md %}
24-
<h1>{{ t.bibliotecadigital.heading }}</h1>
25-
26-
27-
<h2>{{ t.bibliotecadigital.viajes }}</h2>
19+
<!-- <p>LANG VALUE: {{ page.lang }}</p> -->
20+
2821
<div class="container">
2922
<div class="post-list" itemscope="" itemtype="http://schema.org/Blog">
3023
<!-- Card LAM -->
@@ -79,8 +72,7 @@ <h2>Viaje al Río de la Plata</h2>
7972
</div>
8073
</div>
8174

82-
<h2>{{ t.bibliotecadigital.miscelanea }}</h2>
83-
<!-- <h2>Miscelánea</h2> -->
75+
<h2>Miscelánea/Miscellaneous texts</h2>
8476

8577
<div class="container">
8678
<div class="post-list" itemscope="" itemtype="http://schema.org/Blog">

0 commit comments

Comments
 (0)