You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(eventos): agrega menús desplegables de suscripción para RSS y OTE
Convierte los badges de RSS y OTE en dropdowns como el de ICS, con
enlaces a Feedly y feed:// para RSS, y al lector y vista previa de
OTE, manteniendo el XML/JSON crudo como última opción.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/contexts/LanguageContext.tsx
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,12 @@ const translations = {
88
88
'events.subscribeGoogle': 'Subscribe with Google Calendar',
89
89
'events.subscribeOutlook': 'Subscribe with Outlook',
90
90
'events.downloadIcs': 'Open/download ICS',
91
+
'events.subscribeFeedly': 'Subscribe with Feedly',
92
+
'events.subscribeFeedReader': 'Subscribe with feed reader (NetNewsWire, Reeder…)',
93
+
'events.downloadRss': 'Open/download RSS',
94
+
'events.subscribeOteReader': 'Subscribe with OTE Reader',
95
+
'events.previewOte': 'Preview in OTE Tools',
96
+
'events.downloadJson': 'Open/download JSON',
91
97
92
98
// Footer
93
99
'footer.description': 'We are a collective that brings together people who energize Spanish-speaking tech communities with the aim of being a reference place where collaboration and exchange of experiences are facilitated.',
@@ -165,6 +171,12 @@ const translations = {
165
171
'events.subscribeGoogle': 'Suscribirse con Google Calendar',
166
172
'events.subscribeOutlook': 'Suscribirse con Outlook',
167
173
'events.downloadIcs': 'Abrir/descargar ICS',
174
+
'events.subscribeFeedly': 'Suscribirse con Feedly',
175
+
'events.subscribeFeedReader': 'Suscribirse con lector de feeds (NetNewsWire, Reeder…)',
176
+
'events.downloadRss': 'Abrir/descargar RSS',
177
+
'events.subscribeOteReader': 'Suscribirse con OTE Reader',
178
+
'events.previewOte': 'Vista previa en OTE Tools',
179
+
'events.downloadJson': 'Abrir/descargar JSON',
168
180
169
181
// Footer
170
182
'footer.description': 'Somos un colectivo que reúne a personas que dinamizan comunidades tech de habla hispana con el objetivo de ser un lugar de referencia donde se facilite la colaboración y el intercambio de experiencias.',
0 commit comments