Posted by skizzo on February 17, 2011 at 9:07am
1 follower
| Project: | Automated Logout |
| Version: | 6.x-2.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
This was reported and fixed in http://drupal.org/node/615736 but I am seeing
the same problem in 6.x-2.5 with following language configuration:
- Enabled languages: English + Italian
- Default language: Italian
- Language negotiation: Path prefix only
"One session" for authenticated users is enforced depending on languages in browser sequence
en/en : enforced
it/it : not enforced
Incidentally,
it/en : enforced
en/it: not enforced
I also noticed that entering "You are only allowed" in admin/build/translate/search returns only one result,
while searching the module for the same string returns two t() results.
That is, the shorter string cannot be translated.