Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 4.0.5
-
Fix Version/s: 3.4.6
-
Component/s: Internationalisation
-
Labels:None
Description
In french, for example when going to the report ListingPaticipantCount, date ranges' labels are : From: and Et: (the first in english and the second in french)
No ts func is used around the $label argument from the addDateRange function
Adding it solves the issue.
See attached patch
I dont think this patch is correct. We dont translate variables (since we cant add them to the translation database). The ts function should be placed in the calling functions.
Can u check and resubmit the patch