-
Notifications
You must be signed in to change notification settings - Fork 89
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
[Time applet] No translation for days and months #401
Comments
This will probably be implemented with the buildin DATETIME function of fluent. It seems that fluent-rs will support it sooner that later: projectfluent/fluent-rs#181. https://github.com/kellpossible/cargo-i18n will probably need to make some adjustment after this is merged |
Might be able to use gettext-rs or https://docs.gtk.org/glib/method.DateTime.format.html for that in the meantime, as it has these built in. |
Here is the layout on gnome for reference, I can't find how they handle the case to show the date (since it's not the same order based on locale), and the doc of strftime don't seems to provide a way to display either "14 may" or "may 14", or maybe i misread. This is the pr for this #429 , but it still contains some bugs |
Currently, it use
chrono
, with no support for translationThe text was updated successfully, but these errors were encountered: