Opened 6 years ago
Closed 5 years ago
#1484434 closed Feature Patches (fixed)
Adds HTTP_ACCEPT_LANGUAGE support - patch provided
| Reported by: | thomasb | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | PHP backend | Version: | 0.1-beta2 |
| Severity: | normal | Keywords: | browser language |
| Cc: |
Description
Roundcube will change its locale on the login screen to the locale the browser that is loading roundcube advertises (as specified in $_SERVERHTTP_ACCEPT_LANGUAGE?).
If new user roundcube will display content in language of locale users browser advertises and will set users language in dbase to advertised language when new user is created. If language pack of advertised language not installed, $CONFIGlocale_string? will be used as default.
This patch applies cleanly to roundcubemail-0.1beta2
Copied from sourceforge.net, submitted by Scott MacNeill?
Attachments (1)
Change History (5)
Changed 6 years ago by thomasb
comment:1 Changed 5 years ago by seansan
- Milestone set to 0.1.1
- Summary changed from Adds HTTP_ACCEPT_LANGUAGE support to Adds HTTP_ACCEPT_LANGUAGE support - patch provided
comment:2 Changed 5 years ago by thomasb
- Milestone changed from 0.1.1 to 0.1.5
comment:4 Changed 5 years ago by thomasb
- Milestone set to 0.2-beta
- Resolution set to fixed
- Status changed from new to closed
Similar functionality added in [c8ae2497]
Note: See
TracTickets for help on using
tickets.

easy fix, did we implement this before? patch provided