No Code Attached Yet bug
avatar morphinestyle
morphinestyle
28 Feb 2026

What happened?

Description

In the Italian language package 6.0.3.2, file:

language/it-IT/langmetadata.xml (line 20)

contains:

<calendar>gregoriano</calendar>

Joomla core JS datepicker only supports:

  • gregorian
  • jalali

Because gregoriano is not a valid value, the frontend datepicker fails to initialize correctly and appears empty when Italian (it-IT) is active.

Tested with Cassiopeia: no template overrides involved.


Proposed Fix

Replace:

<calendar>gregoriano</calendar>

with:

<calendar>gregorian</calendar>

After this change, the datepicker works correctly.

Version

6.2

Expected result

No response

Actual result

No response

System Information

No response

Additional Comments

No response

avatar morphinestyle morphinestyle - open - 28 Feb 2026
avatar joomla-cms-bot joomla-cms-bot - change - 28 Feb 2026
Labels Added: No Code Attached Yet bug
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 Feb 2026
avatar morphinestyle
morphinestyle - comment - 28 Feb 2026

@jeckodevelopment take a look

avatar brianteeman
brianteeman - comment - 28 Feb 2026
avatar tecpromotion
tecpromotion - comment - 28 Feb 2026

Thank you for pointing that out.

I have informed the translation coordinator via Mattermost.
The contact details can be found here: https://downloads.joomla.org/language-packs/translations-joomla6

Ultimately, this needs to be fixed in Crowdin and not here in the repo. In Crowdin, anyone can submit a change suggestion.

I am therefore closing this issue.

avatar tecpromotion tecpromotion - change - 28 Feb 2026
Status New Closed
Closed_Date 0000-00-00 00:00:00 2026-02-28 22:14:37
Closed_By tecpromotion
avatar tecpromotion tecpromotion - close - 28 Feb 2026

Add a Comment

Login with GitHub to post a comment