|
42 | 42 | 'PAGE_PATHS': ['pages/de'],
|
43 | 43 | 'ARTICLE_PATHS': ['blog/de'],
|
44 | 44 | 'LOCALE': 'de_DE'
|
| 45 | + }, |
| 46 | + 'es': { |
| 47 | + 'PAGE_PATHS': ['pages/es'], |
| 48 | + 'ARTICLE_PATHS': ['blog/es'], |
| 49 | + 'LOCALE': 'es_ES' |
45 | 50 | }
|
46 | 51 | }
|
47 | 52 |
|
|
55 | 60 | # for multilanguage support, create a simple dict
|
56 | 61 | 'title': {
|
57 | 62 | 'en':'PyLadies Berlin on YouTube',
|
58 |
| - 'de': 'PyLadies Berlin in YouTube' |
| 63 | + 'de':'PyLadies Berlin in YouTube', |
| 64 | + 'es':'PyLadies Berlin en YouTube' |
59 | 65 | },
|
60 | 66 | 'text': {
|
61 | 67 | 'en': 'Find recent recodings of workshops and meetups on our YouTube Channel.',
|
62 |
| - 'de': 'Aktuelle Videos unserer Workshops und Meetups findest du auf unserem YouTube Channel.' |
| 68 | + 'de': 'Aktuelle Videos unserer Workshops und Meetups findest du auf unserem YouTube Channel.', |
| 69 | + 'es': 'Encuentra las grabaciones recientes de talleres y charlas en nuestro canal de Youtube.', |
63 | 70 | },
|
64 | 71 | 'links': [
|
65 | 72 | {
|
|
75 | 82 | 'text': {
|
76 | 83 | 'en': 'Get up to date about PyLadies menthorship, the organizer team and our commitment to the Python community.',
|
77 | 84 | 'de': 'Infos über das PyLadies Mentorship Program, das Organizer-Team und unseren Einsatz für die Python Community.',
|
| 85 | + 'es': 'Ponte al día sobre el patrocinio de PyLadies, el equipo organizador y nuestro compromiso con la comunidad Python.', |
| 86 | + |
78 | 87 | },
|
79 | 88 | 'links': [
|
80 | 89 | {
|
|
89 | 98 | 'title': 'Meetups',
|
90 | 99 | 'text': {
|
91 | 100 | 'en': 'Meet the PyLadies community, learn something new about Python and become an active member.',
|
92 |
| - 'de': 'Lerne die PyLadies Community kennen, lerne etwas neues über Python und werde ein aktives Mitglied.' |
| 101 | + 'de': 'Lerne die PyLadies Community kennen, lerne etwas neues über Python und werde ein aktives Mitglied.', |
| 102 | + 'es': 'Conoce a la comunidad PyLadies, aprende algo nuevo sobre Python y conviértete en un miembro activo.' |
93 | 103 | },
|
94 | 104 | 'links': [
|
95 | 105 | {
|
|
102 | 112 | 'title': 'Python learning resources',
|
103 | 113 | 'text': {
|
104 | 114 | 'eng': 'Find a list of amazing resources for your Python learning journey.',
|
105 |
| - 'de': 'Hier findest du eine Liste von Lernmaterial um mehr übers Programmiernen mit Python zu lernen.' |
| 115 | + 'de': 'Hier findest du eine Liste von Lernmaterial um mehr übers Programmiernen mit Python zu lernen.', |
| 116 | + 'es': 'Encuentra una lista de recursos increíbles para tu viaje de aprendizaje de Python', |
106 | 117 | },
|
107 | 118 | 'links': [
|
108 | 119 | {
|
|
126 | 137 | # keep it a string if you dont need multiple languages
|
127 | 138 | 'text': {
|
128 | 139 | 'en': 'Learn more about PyLadies Berlin or just drop a message.',
|
129 |
| - 'de': 'Ihr wollt mehr erfahren über PyLadies Berlin, dann hinterlasst uns eine Nachricht' |
| 140 | + 'de': 'Ihr wollt mehr erfahren über PyLadies Berlin, dann hinterlasst uns eine Nachricht', |
| 141 | + 'es': 'Obtén más información sobre PyLadies Berlín o envíanos un mensaje.', |
130 | 142 | },
|
131 | 143 | 'link': 'contact.html',
|
132 | 144 | # the address is also taken for google maps
|
|
0 commit comments