In tweet.tpl and twitter_views_field_handlers.inc there are hardcoded text strings, Reply, Retweet, Favorite and Follow
I have fixed this in the attached patch :o)
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | twitter-n1943728-12.patch | 3.49 KB | damienmckenna |
| #5 | translations-1943728-5.patch | 3.22 KB | plopesc |
Comments
Comment #1
juampynr commentedMissing 'print' here and in the next two ones.
Comment #2
frankdk commentedI have fixed the mixin print in the attached patch
Comment #3
plopescHello
Re-rolling patch avoiding the use of
t()function in tpl files passing those values as theme function variables.Regards.
Comment #4
plopescI have tested lasta patch against 7.x-6.x branch and is applied cleanly too.
Marking issue for 7.x-6.branch, then it could be backported easily.
Regards
Comment #5
plopescI noticed there can be cache issues with text translations when hardcoding it in the
hook_theme()declaration.Re-rolling new patch.
Comment #6
damienmckennaShort & simple.
Comment #7
damienmckennaComment #8
damienmckennaTriggering the testbot.
Comment #11
damienmckennaCommitted to 7.x-6.x.
Comment #12
damienmckennaRerolled for 7.x-5.x.
Comment #13
damienmckennaCommitted.