Closed (fixed)
Project:
Forward
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Feb 2009 at 13:28 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
seanrAnyone able to complete this?
Comment #2
aufumy commentedfr.po file generated, attached as patch file.
There were some strings that had t() around variable_get, which I believe can be improved, but am not sure at this point what the alternative is.
What I did to create the fr.po file, was move the t() inside, so that the potx module could generate the fr.po file, then reverted back to original code, so that the forward module would work as expected.
module code
temporarily changed to
Comment #3
seanrThe .po file is committed, however I can't do the t() calls as you suggest because then if the user edited those strings in the admin interface, they'd no longer be translatable. The entire string returned from variable_get() is what needs to be translated, not just the default value.