Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.0
-
Component/s: Internationalisation
-
Labels:None
Description
The PHP extractor for ts() functions breaks when called with function calls in the count value:
ts('one developer', array('count' => count($developers), 'plural' => '%count developers'));
The extractor should allow count to be a function result.