Skip to content

fix(locale): use colon time separator in sv-fi - #3166

Open
Hashim1999164 wants to merge 1 commit into
iamkun:devfrom
Hashim1999164:fix/sv-fi-time-separator
Open

fix(locale): use colon time separator in sv-fi#3166
Hashim1999164 wants to merge 1 commit into
iamkun:devfrom
Hashim1999164:fix/sv-fi-time-separator

Conversation

@Hashim1999164

@Hashim1999164 Hashim1999164 commented Jul 23, 2026

Copy link
Copy Markdown

Summary

  • Change Finland Swedish (sv-fi) time formats from dot separators (12.34) to colons (12:34) in LT, LTS, and datetime formats
  • Update locale tests to match the corrected output

Fixes #3142

Test plan

  • Updated test/locale/sv-fi.test.js expectations
  • npm test -- test/locale/sv-fi.test.js (not run locally due to disk constraints)

Finland Swedish locale formats used dots for clock times (12.34)
instead of colons (12:34). Align LT/LTS and datetime formats with
the expected separator.

Fixes iamkun#3142
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 sv-fi locale

1 participant