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.
| Comment | File | Size | Author |
|---|---|---|---|
| l10n_server_fix_plural_view-D6.patch | 887 bytes | claudiu.cristea |
Comments
Comment #1
gábor hojtsyThanks, committed the Drupal 6.x-dev version.