The title of a taxonomy vocabulary is not translatable when displayed on a page.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | nodeforum.patch | 2.61 KB | zd123 |
| #3 | nodeforum.patch | 2.61 KB | zd123 |
| #1 | nodeforum.patch | 2.63 KB | zd123 |
| nodeforum.patch | 525 bytes | zd123 |
The title of a taxonomy vocabulary is not translatable when displayed on a page.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | nodeforum.patch | 2.61 KB | zd123 |
| #3 | nodeforum.patch | 2.61 KB | zd123 |
| #1 | nodeforum.patch | 2.63 KB | zd123 |
| nodeforum.patch | 525 bytes | zd123 |
Comments
Comment #1
zd123 commentedThis is the latest and correct patch for translating taxonomy terms and tittles in the node forum module.
Comment #2
andrewlevine commentedThis looks good except for one thing:
The i18n context is vocabulary or forum in a couple places where it should be term.
For example
should be
because we are translating a term, not a vocabulary. The same thing is done when $forum_name and $forum_description are set. I am getting this convention from i18ntaxonomy_locale_refresh in i18ntaxonomy.module
Could you fix and repatch please? Thanks!
Comment #3
zd123 commentedHere are the new fixes. Thanks for the info!
Comment #4
zd123 commentedThis is the Final Patch.
Comment #5
andrewlevine commentedfixed thanks!