Postponed (maintainer needs more info)
Project:
EazyEdit
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2010 at 15:27 UTC
Updated:
19 Oct 2010 at 20:51 UTC
There are no t() functions in the entire module.
Comments
Comment #1
iLLin commentedWhere are these t() functions supposed to be that they aren't?
Looks like a t() function to me.
How about instead of just putting a single one line sentence of a problem, why don't you submit a patch? That helps the community out tremendously. Marking as closed as I do not see where there "isn't" a t() function used when spitting out text.
Comment #2
mstef commentedShould be:
Comment #3
mstef commentedComment #4
tdway commentedI'm assuming when you say 'should be' your argument is that it's easier for you to read the code when the t() function is located on the same line as the literal string. I'm using a helper function to ensure all eazyedit strings pass thru the t() function and the links are built consistently. It also saves me from having to write t() repeatedly. If you see another problem with this approach, please explain and I will try to get the change into the next release.
Comment #5
mstef commentedI don't think that would work though. Have you tried translating the module? Passing nothing but a variable into t() is useless. How can that be translated?