-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Console] Improve i18n for notifications #60
Comments
@mpsq Please assign this issue to me under hacktoberfest 2023. I Have Worked with i18n and date-fns before. |
Hey @msk4862! Thanks for your PR. Be advised that the most active maintainers of this repo are (in no particular order) myself, @argshook and @insmac. @ManasMadan, sincere apologies for not getting to your comment sooner. If you're interested, I have another task in mind that surrounds Happy Hacktober! |
@oliver-daniel No worries I would love to work on a issue |
Hey @ManasMadan, thanks for your patience! What do you think of working on the functionality of the Chart panel, as in #45? To keep the scope of your work doable within Hacktober, I would recommend either working on the fix described in the issue, or laying out another singular improvement. For example, if you'd like to continue in the timestamp area, I'd personally be thrilled to see the ability to modify the format of charted timestamps. |
@oliver-daniel I can work with the timestamp format thing. |
Currently, notifications show time in the format
HH:MM:SS
:We want instead to check the browser locales and display the time according to the user location/preferences. Date formatting should be done either natively (i18n module, cf. here for documentation) or via date-fns.
The text was updated successfully, but these errors were encountered: