Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locale-aware formatting (but not parsing) #352

Open
dkhalanskyjb opened this issue Feb 29, 2024 · 0 comments
Open

Locale-aware formatting (but not parsing) #352

dkhalanskyjb opened this issue Feb 29, 2024 · 0 comments
Labels
formatters Related to parsing and formatting
Milestone

Comments

@dkhalanskyjb
Copy link
Contributor

There's no correct multiplatform solution for saying things like "format the current year and month for the Chinese users" or "format the local time the way a user of the current system locale would expect."

Note that Kotlin doesn't provide locale support at all at this moment, and it would probably be strange to have kotlinx.datetime.format.Locale, so we first need to consider the overall locale support in the Kotlin ecosystem.

Since this topic is vast, please share your insights under the corresponding discussion: #253; this issue is for tracking our progress.

@dkhalanskyjb dkhalanskyjb added the formatters Related to parsing and formatting label Feb 29, 2024
@dkhalanskyjb dkhalanskyjb added this to the 0.9.0 milestone Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
formatters Related to parsing and formatting
Projects
None yet
Development

No branches or pull requests

1 participant