for me this is a bug (already submited in the bug section) however I will be happy to know a workaround otherwise I can't use this module for a french site which is a shame only for a keyword that can't be translated
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | forward_pot.txt | 11.9 KB | Encarte |
Comments
Comment #1
Encarte commentedUpdating the translation files seems to be the only way to fix this issue. Some steps are required to do that:
Since I'm a complete PHP ignorant I don't know if this is the easiest solution, but it worked for me.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
Ehud commentedI tried this solution and it didn't work for me.
But when i translate only the 'Email this' phrase, it works. I omit the !type from the translation.
Comment #4
seanrNot sure how else that would work (since email this and page are being intercepted as separate strings), but there might be a documentation need for that somewhere. I'll look into it.
Comment #5
pmichelazzoI think that this is an error on the module code.
I change the line 639 from
'title' => t('email this !type', array('!type' => $forward_link_type)),to
'title' => t('email this page'),and now it's working.
Comment #6
mjourney2 commentedHaving the same problem in 6.x
The text that appears at the top of the node updates to the translated text, but the text after the teaser always stays as "Email this page". Translations and string overrides didn't do the trick.
What am I missing?
Thank you
Comment #7
seanrDid you try translating "Email this" and "page" separately? That's the only way to make that work and have the node type names still be able to be used there.
Comment #8
zilverdistel commentedHaving the same issue with 'Forward this'. Searching through the translations (admin/build/translate/search), I'm not getting any results ...
Comment #9
anieves commentedThe problem was here (or maybe one more 'no translatable string')
Comment #10
miaoulafrite commentedactually adding a t() there does not change anything
there is at line 491 a drupal_set_title without a t()
the line should be:
please review it and commit it to the next release thanks
Comment #11
anieves commentedYes, this fix the original problem, the title when you send a page to friend can be translatable now.
Thanks.
Comment #12
john.oltman commentedDuplicate of other issues and resolved by this commit:
http://drupalcode.org/project/forward.git/commit/7bb0236