Skip to content

fix: incorrect time separator in ms/ms-my/jv/tzl locales - #3173

Open
Jerryyy985 wants to merge 1 commit into
iamkun:devfrom
Jerryyy985:fix-3139-locale-time-separator
Open

fix: incorrect time separator in ms/ms-my/jv/tzl locales#3173
Jerryyy985 wants to merge 1 commit into
iamkun:devfrom
Jerryyy985:fix-3139-locale-time-separator

Conversation

@Jerryyy985

Copy link
Copy Markdown

Summary

The formats in ms, ms-my, jv, and tzl locales used '.' as the time separator ('HH.mm' / 'HH.mm.ss'), producing 12.34 instead of 12:34 for LT/LTS (and LLL/LLLL).

Fix

Replace HH.mmHH:mm and HH.mm.ssHH:mm:ss in the four locales' formats. Date dots (DD.MM.YYYY) and prefixes like [pukul]/[dallas] are preserved.

Fixes #3139, #3141, #3143

The formats for these locales used '.' as the time separator ('HH.mm' /
'HH.mm.ss'), producing '12.34' instead of '12:34'. Fix the formats to use
':'; date dots and prefixes like '[pukul]'/'[dallas]' are preserved.

Fixes iamkun#3139, iamkun#3141, iamkun#3143
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.

Incorrect time separator for ms and ms-my locales

1 participant