We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm working on a Datetime related module and think I found a bug!
My user's language is german, I set the field input to this:
When showing an already populated field, it looks fine:
But when I change the time to this:
Which means "PM" in english and I save the page:
---> Data lost!
Translations should not break the field functionality.
All times without translated strings like "PM --> NACHM." work.
Field Settings
PW Info
SERVER DETAILS ProcessWire: 3.0.243 PHP: 8.3.12 Webserver: Apache/2.4.62 (Debian) MySQL Server: 10.6.19-MariaDB-ubu2004-log MySQL Client: mysqlnd 8.3.12
The text was updated successfully, but these errors were encountered:
Actually @jmartsch shouldn't "AM" also be translated to "VORM." ?
Sorry, something went wrong.
No branches or pull requests
Short description of the issue
I'm working on a Datetime related module and think I found a bug!
My user's language is german, I set the field input to this:
When showing an already populated field, it looks fine:
But when I change the time to this:
Which means "PM" in english and I save the page:
---> Data lost!
Expected behavior
Translations should not break the field functionality.
Actual behavior
All times without translated strings like "PM --> NACHM." work.
Setup/Environment
Field Settings
PW Info
SERVER DETAILS
ProcessWire: 3.0.243
PHP: 8.3.12
Webserver: Apache/2.4.62 (Debian)
MySQL Server: 10.6.19-MariaDB-ubu2004-log
MySQL Client: mysqlnd 8.3.12
The text was updated successfully, but these errors were encountered: