Skip to content

fix(translation): Fix date formats for italian#1161

Merged
JohnVillalovos merged 1 commit intoLibreBooking:developfrom
belcirelk:fix/lang-italian
Mar 17, 2026
Merged

fix(translation): Fix date formats for italian#1161
JohnVillalovos merged 1 commit intoLibreBooking:developfrom
belcirelk:fix/lang-italian

Conversation

@belcirelk
Copy link
Collaborator

The en_gb is now used as the default instead of en_us to correctly set the date formats. _loadDates() is removed from the italian translation since it's a duplicate of the one set in en_gb.

Closes: #1158

The en_gb is now used as the default instead of en_us to correctly set the date formats. _loadDates() is removed from the italian translation since it's a duplicate of the one set in en_gb.

Closes: LibreBooking#1158
Copy link
Collaborator

@JohnVillalovos JohnVillalovos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @belcirelk

LGTM.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Italian locale to inherit UK-style date/time formats (dd/mm) and removes a broken/duplicated date-format override that caused malformed month rendering in the “Find a time” view.

Changes:

  • Switch it_it to extend en_gb (instead of en_us) to inherit correct default date/time formats.
  • Remove it_it::_LoadDates() override (duplicate of en_gb and contained a buggy calendar_dates definition).

You can also share your feedback on Copilot code review. Take the survey.

@JohnVillalovos JohnVillalovos merged commit 44ceb2b into LibreBooking:develop Mar 17, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Date problem in Italian language in "find a time" view

3 participants