-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
pickadate widget doesn't use the correct 24h format in some languages #3134
Comments
15 tasks
In German, the page source contains
in French:
but this really should be like German. |
We can edit the date format too!
I don't know who translated these two strings in French by just copy and paste but it wasn't me, at least I don't remember :) |
Here is an example for French : collective/plone.app.locales@712267a |
This was referenced Jun 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUG
See https://community.plone.org/t/datetime-widget-format-not-am-pm/12491
What I did:
Plone in French language, create a Page, click on the Dates tab and pick a date.
What I expect to happen:
In French and Norwegian, the hours should be in 24h format, so showing 17:27 in the afternoon.
What actually happened:
It shows "05:27 p.m." instead of "17:27"
Note, in German, which uses 24h format too, it works properly.
in French
in German
What version of Plone/ Addons I am using:
Plone 5.2.2rc1
The text was updated successfully, but these errors were encountered: