No Code Attached Yet bug
avatar ctokepa
ctokepa
29 Nov 2023

Steps to reproduce the issue

So there is a bug when trying to set birth date upon registration using Bulgarian language. The date format is wrong. The dates are divided by dots not dashes which causes crash and an error message. This error is not present when setting you main language to English. The problem is in joomla.ini file. The date format in Bulgarian language is wrong. screen shot 2023-11-29 at 08 14 05

Expected result

Actual result

System information (as much as possible)

Additional comments

screen shot 2023-11-29 at 08 14 05

avatar ctokepa ctokepa - open - 29 Nov 2023
avatar ctokepa ctokepa - change - 29 Nov 2023
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 29 Nov 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Nov 2023
avatar ctokepa ctokepa - change - 29 Nov 2023
The description was changed
avatar ctokepa ctokepa - edited - 29 Nov 2023
avatar Quy
Quy - comment - 31 Jan 2024

@tecpromotion Can you please help? See related #40364.

avatar Hackwar Hackwar - change - 26 Mar 2024
Labels Added: bug
avatar Hackwar Hackwar - labeled - 26 Mar 2024
avatar Hackwar
Hackwar - comment - 30 Mar 2024

So... Unfortunately I don't understand Bulgarian, so I don't know what has been discussed in the bulgarian forum to the other issue, but I also see that the bulgarian language pack is vastly outdated. I logged into crowdin and proposed a fix to the date as well, but I actually don't know the further process for this. What do we do with this issue? The fix has been put up in crowdin, it is not exactly something in the power of the people who manage the issue tracker... Can we close this issue?

avatar tecpromotion
tecpromotion - comment - 30 Mar 2024

I have informed the Bulgarian translator.
Unfortunately, the last release for Joomla 4 was some time ago and there is no package for Joomla 5 yet.

avatar Hackwar Hackwar - change - 30 Mar 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-03-30 21:31:06
Closed_By Hackwar
avatar Hackwar Hackwar - close - 30 Mar 2024
avatar Hackwar
Hackwar - comment - 30 Mar 2024

I'm closing this issue, since it is rather a problem of the bulgarian translation and not of the CMS itself. Everything we can do in the CMS repo has been done. Thank you for reporting this.

avatar marto42
marto42 - comment - 23 Apr 2024

Fixed!
I replaced the wrong code at /language/bg-BG/joomla.ini file:
DATE_FORMAT_LC="l, d F Y"
DATE_FORMAT_LC1="l, d F Y"
DATE_FORMAT_LC2="l, d F Y H:i"
DATE_FORMAT_LC3="d F Y"
DATE_FORMAT_LC4="d-m-Y"
DATE_FORMAT_LC5="d-m-Y H:i"
DATE_FORMAT_LC6="d.m.Y H:i:s"
DATE_FORMAT_JS1="d-m-y"
DATE_FORMAT_CALENDAR_DATE="%d.%m.%Y"
DATE_FORMAT_CALENDAR_DATETIME="%d.%m.%Y %H:%M:%S"
DATE_FORMAT_FILTER_DATE="d-m-Y"
DATE_FORMAT_FILTER_DATETIME="d-m-Y H:i:s"

...with orginal code:

DATE_FORMAT_LC="l, d F Y"
DATE_FORMAT_LC1="l, d F Y"
DATE_FORMAT_LC2="l, d F Y H:i"
DATE_FORMAT_LC3="d F Y"
DATE_FORMAT_LC4="Y-m-d"
DATE_FORMAT_LC5="Y-m-d H:i"
DATE_FORMAT_LC6="Y-m-d H:i:s"
DATE_FORMAT_JS1="y-m-d"
DATE_FORMAT_CALENDAR_DATE="%Y-%m-%d"
DATE_FORMAT_CALENDAR_DATETIME="%Y-%m-%d %H:%M:%S"
DATE_FORMAT_FILTER_DATE="Y-m-d"
DATE_FORMAT_FILTER_DATETIME="Y-m-d H:i:s"

And everything work correctly. I should I tell bulgarian translation team to fix it.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42417.

Add a Comment

Login with GitHub to post a comment