Right now the title of the feed in blog_feed_user() is not translatable.
This will need a backport to D6 too.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | blog-translatable-feed-title.patch | 967 bytes | alex.k |
| #3 | translate-blog-feed-titles-6x.patch.txt | 1.37 KB | alex.k |
| blog-translatable-feed-title.patch | 636 bytes | tic2000 |
Comments
Comment #2
tic2000 commentedComment #3
alex.k commentedExpanding on original patch to also translate the title of site-wide recent blog feed. Also attaching a 6.x version of this patch.
Comment #4
damien tournoud commentedOh my, this is bad!
Comment #5
webchickNice catch! Committed to HEAD.
Although now that I just did this, should it be "@" instead of "!"? If a site title is <BANANAS!> that seems like it could probably break your feed.
If so, please re-roll, if not please mark RTBC for 6.x.
Comment #6
tic2000 commentedYes, it should be "@" so the variable is passed to check_plain().
Comment #7
damien tournoud commented! is the correct placeholder, those are encoded in the resulting XML (in http://api.drupal.org/api/function/format_rss_channel/7).
Comment #8
gábor hojtsyCommitted to 6.x, thanks! I'd supposed it applies to 5.x too.
Comment #9
marcingy commentedMarking as won't fix as d5 is end of life.