-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X, Master
-
Fix Version/s: 7.1.10 DXP FP2, 7.1.1 CE GA2, 7.1.10.1 SP1, 7.1.X, Master
-
Component/s: Portal Services > Localization
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Story Points:0.25
-
Fix Priority:2
-
Git Pull Request:
LPS-78314 was supposed to resolve a problem with Japanese date localization so that it displayed YYYY/MM/dd (specifically in Japanese 年年年年/月月/日日), but it looks like this functionality has regressed.
Currently, dates are displayed as 年年年年/月月/dd in any part that requires a date field. This is wrong, because dd should be translated to 日日.
This is apparent in...
- The date field as discussed in
LPS-78314– Birthdate for My Account. - The Calendar reservation screen
- Dynamic Data List (if we select Inventory)
Steps to Reproduce
- start Liferay
- Login Liferay
- Go to My Account > Account Settings
- Language select "日本語(日本)"
- Save changes
- Select "誕生日" (birthdate)
- Delete the date
Actual Results
Dates are displayed as 年年年年/月月/dd
Expected Behavior
It is expected that the regression was fixed, and that the date field would be 年年年年/月月/日日
Reproduced in
7.1.X Private Commit: 40d9e186b7f81ae2c027e7e89fdb1ad890d6eb9f
Master Commit: 1d7d57fa1326f8dfc328a37907c29df7b7b6c181
- is caused by
-
LPS-77699 Update Translations
-
- Closed
-