-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path01_libros.html
37 lines (37 loc) · 1.11 KB
/
01_libros.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
header_image: /assets/img/applications_espanol/libros_es.png
title: Libros
subtitle:
description: >- # this means to ignore newlines until "button_text:"
Description
button_text: button_text
app_id: libros_es
i18n_title: libros_es-title
i18n_subtitle: libros_es-subtitle
i18n_description: libros_es-description
i18n_button_text: libros_es-button-text
i18n_app_href: libros_es-link
app_href: /libros_es
license_copyright:
license_type: Public Domain
license_url:
license_notes:
---
<script type="text/javascript">
$.i18n().load( {
en: {
'libros_es-title': 'Books [es]',
'libros_es-subtitle': ' ',
'libros_es-description': '[Español] A selection of public domain books in Spanish.',
'libros_es-button-text': 'Read books',
'libros_es-link': '/libros_es'
},
es: {
'libros_es-title': 'Libros',
'libros_es-subtitle': ' ',
'libros_es-description': 'Libros de dominio público.',
'libros_es-button-text': 'Leer libros',
'libros_es-link': '/libros_es'
}
});
</script>