Skip to content

Commit

Permalink
traduzioni
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Sep 4, 2023
1 parent bf1a824 commit 3a59178
Show file tree
Hide file tree
Showing 5 changed files with 1,085 additions and 1,141 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Changelog
2.0.0rc3 (unreleased)
---------------------

- Nothing changed yet.
- Traduzioni
[mamico]


2.0.0.rc2 (2023-08-31)
Expand Down
3 changes: 2 additions & 1 deletion src/redturtle/prenotazioni/adapters/ical.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def summary(self):
title = translate(
_(
"ical_booking_label",
default="Booking for {}".format(self.parent.title),
default="Booking for ${title}",
mapping={"title": self.parent.title},
)
)
return {"value": title}
Expand Down
Loading

0 comments on commit 3a59178

Please sign in to comment.