Skip to content

Commit

Permalink
Cálculo de próximo directo
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Feb 24, 2024
1 parent 518f1f1 commit caa1435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link_bio/link_bio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def lang() -> rx.Component:
def next_date(dates: dict) -> str:

# Se fuerza el locale para traducir el formateo de fecha a español
locale.setlocale(locale.LC_TIME, "es_ES")
# locale.setlocale(locale.LC_TIME, "es_ES")

if len(dates) == 0:
return ""
Expand Down

0 comments on commit caa1435

Please sign in to comment.