Needs review
Project:
Localization server
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Apr 2013 at 22:09 UTC
Updated:
27 Sep 2015 at 14:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
laurentchardin commentedComment #2
laurentchardin commentedI also identified that the current l10n_server_parse_po() method is actually failing plurals *with context*.
I would like to add a test case update for that, but i found out that the current test cases are somewhat dependant from the potx ones. Since i need to modify the test module for strings, it would mean i need to update the potx test cases as well.
For example, i'd like to do the following:
Modify potx_test_7.module:
and then modify the sample po file from l10n_server and add:
What do you think ?
I'm not very keen with having module *dependencies* regarding test cases. Should'nt we have a clean version of the test stuff for l10n_server only ?
Comment #3
laurentchardin commentedI've decided to do the other way around, and propose new tests to the potx module to track the context + plurals issue.
See here : http://drupal.org/node/1039552
As soon as i'm getting some feedback, i'll update the test coverage for l10n_server as well.
Comment #4
SebCorbin commentedComment #5
gábor hojtsyDoes this apply to the Drupal 6 version?