phpGroupWare - Bugs: bug #12450, login screen is always english
You are not allowed to post comments on this tracker with your current authentication level.
bug #12450: login screen is always english
Submitter: | Chris Weiss <cw> | ||
Submitted: | Thu 24 Mar 2005 05:17:28 PM UTC | ||
Item Group: | 0.9.16.005 | Category: | API - phpGroupware API |
Severity: | 3 - Normal | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Component Version: | SVN | Operating System: | None |
Reproducibility: | None | Planned Release: | None |
Fixed Release: |
Thu 24 Mar 2005 05:21:05 PM UTC, comment #1: |
Chris Weiss <cw>![]() |
Thu 24 Mar 2005 05:17:28 PM UTC, original submission:
no lang prefs are loaded at all for the login screen, it's hard coded to default to 'en' (other than the browser detection which doens't work in many cases).
Attached is a 2 line of code patch that enables the login screen to read the "default" lang pref. If no default is set, the current method of checking the browser and defaulting to 'en' applies.
|
Chris Weiss <cw>![]() |
Attached Files
file #2783: langpatch.diff added by cw (999B - text/x-patch - path for login page to read "default" lang)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
uploading corrected patch