Posted by scito on July 29, 2012 at 3:37pm
6 followers
Jump to:
| Project: | Internationalization |
| Version: | 7.x-1.x-dev |
| Component: | Taxonomy |
| Category: | feature request |
| Priority: | normal |
| Assigned: | webflo |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| i18n_taxonomy_desc_0.patch | 1.39 KB | Idle | PASSED: [[SimpleTest]]: [MySQL] 2,095 pass(es). | View details |
Comments
#1
#2
Well, just adding two api functions shouldn't break anything else so if you guys need it, np with this one.
#3
Committed with minor changes (setting sanitize => FALSE for name and description).
#4
Updating title to mention the sanitize parameter.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.