Posted by claudiu.cristea on October 16, 2009 at 7:52am
Jump to:
| Project: | Localization server |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | claudiu.cristea |
| Status: | closed (fixed) |
Issue Summary
In translate/languages/$lang/view translations for plurals are not displayed properly. The raw value is displayed instead on a nice unordered list.
That is caused by a wrong usage of strpos() PHP function. The arguments are swapped.
The attached patch is fixing this bug.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| l10n_server_fix_plural_view-D6.patch | 887 bytes | Ignored: Check issue status. | None | None |
Comments
#1
Thanks, committed the Drupal 6.x-dev version.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.