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
Copy file name to clipboardExpand all lines: README.es.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ print(z.diff_for_humans("2025-06-20", locale="es")) # → hace 5 días
66
66
Podés agregar más idiomas creando un archivo en `eones/locales/` con las
67
67
traducciones para tu idioma. Por ejemplo, `fr.py` para francés.
68
68
69
+
Manejo de errores
70
+
71
+
Eones muestra excepciones claras derivadas de `EonesError`. Las zonas horarias no válidas generan `InvalidTimezoneError`, mientras que las cadenas no analizables generan `InvalidFormatError`.
0 commit comments