CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 11 Oct 2025 02:24:06 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jqueryui.com/ticket/5455/
Connection: keep-alive
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 11 Oct 2025 02:24:06 GMT
Content-Type: text/html
Last-Modified: Thu, 19 Sep 2024 13:59:19 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66ec2e37-2e58"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#5455 (Datepicker: Correction in French localization) - jQuery UI - Bug Tracker
jQuery UI issues have moved to GitHub. This site is now a static archive of the old Trac bugs site.
Some functions and pages are no longer available.
Some functions and pages are no longer available.
Skip to main content
Search and Top Navigation
#5455 closed bug (fixed)
Opened March 31, 2010 01:33PM UTC
Closed October 26, 2010 12:26PM UTC
Last modified December 08, 2010 06:36PM UTC
Datepicker: Correction in French localization
Reported by: | ghusta | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.7 |
Component: | ui.datepicker | Version: | 1.8 |
Keywords: | i18n french | Cc: | |
Blocked by: | Blocking: |
Description
The french message for 'currentText' should be :
currentText: 'Aujourd'hui'
instead of :
currentText: 'Courant'
It should be fixed in the file : ./ui/i18n/jquery.ui.datepicker-fr.js
Attachments (0)
Change History (3)
Changed March 31, 2010 02:24PM UTC by ghusta comment:1
Changed October 26, 2010 12:26PM UTC by scottgonzalez comment:2
milestone: | TBD → 1.9 |
---|---|
resolution: | → fixed |
status: | new → closed |
summary: | Correction in French localization for Datepicker : i18n/jquery.ui.datepicker-fr.js → Datepicker: Correction in French localization |
type: | enhancement → bug |
Fixed in 9ead629.
Changed December 08, 2010 06:36PM UTC by scottgonzalez comment:3
milestone: | 1.9 → 1.8.7 |
---|
In fact, the string 'Aujourd'hui' works well for Firefox 3.5, but not for IE7.
The string 'Aujourd\\'hui' works well for both.