Closed (duplicate)
Project:
Terms of Use
Version:
6.x-1.9
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 10:19 UTC
Updated:
11 Nov 2009 at 23:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
gagarine commentedMmmh
I think is because on ligne 153
Need to be
Comment #2
gagarine commentedOk it test and it work.
Comment #3
gagarine commentedI found other string untranslatable and create a patch..
Comment #4
kars-t commentedHi gagarine,
thanks for your work but you must not use t() like this!
http://groups.drupal.org/node/15177
This has to be done by tt()
http://drupal.org/node/304002
And this issue is a duplicate of #299416: translations support
Please don't set your own patches to "reviewed" or "to be ported". A review has to be done by somebody else and to be ported is something a mainter should use.
Comment #5
gagarine commentedThanks you I learn something today :)