Closed (fixed)
Project:
Internationalization
Version:
7.x-1.x-dev
Component:
Taxonomy
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Jul 2012 at 15:37 UTC
Updated:
12 Jan 2013 at 16:50 UTC
Taxonomy name and vocabulary name can be translated by i18n_taxonomy_term_name(),i18n_taxonomy_vocabulary_name(). However, there are no such methods for their descriptions.
I suggest to add similar methods for descriptions.
There is a need for such methods in the module tagclouds #1696498: Add i18n support for taxonomy terms.
| Comment | File | Size | Author |
|---|---|---|---|
| i18n_taxonomy_desc_0.patch | 1.39 KB | scito |
Comments
Comment #1
webflo commentedComment #2
jose reyero commentedWell, just adding two api functions shouldn't break anything else so if you guys need it, np with this one.
Comment #3
jose reyero commentedCommitted with minor changes (setting sanitize => FALSE for name and description).
Comment #4
jose reyero commentedUpdating title to mention the sanitize parameter.