Opened 15 years ago
Closed 15 years ago
#3633 closed defect (bug) (worksforme)
Date fields do not work in languages other than English
| Reported by: | r-a-y | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Extended Profile | Version: | 1.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
From Github:
https://github.com/buddypress/trunk/pull/1
Change History (2)
#2
@
15 years ago
- Milestone Awaiting Review
- Resolution → worksforme
- Status new → closed
Let's not get into a habit of monitoring Github for support or bugs. Too much going on already.
Oh, phooey :)
I can't reproduce the error (using the French translation; no hablo español :) ). The values on the dropdowns currently use the English months as the option value, and those values are not translatable. So it's *not* checking 'abril' == 'April'; the selected() function is always checking 'April' == 'April', no matter what language the dropdown text is in. See http://buddypress.trac.wordpress.org/browser/trunk/bp-xprofile/bp-xprofile-template.php#L611 for more information.
If I'm misunderstanding, and/or someone can provide steps to reproduce the bug, please reopen the ticket. Merci.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
From that page:
In languages other than English, the date fields do not work. When compared with the selected value of select field list. For example, in Spanish "april == abril" is false and the month is "----"
Let's not get into a habit of monitoring Github for support or bugs. Too much going on already.