Closed (works as designed)
Project:
Internationalization
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
30 Jun 2005 at 08:29 UTC
Updated:
30 Jun 2005 at 14:33 UTC
This patch adds t() function calls so that vocabulary name and terms can be translated through the localization interface.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_module_translatable_output.patch | 1.52 KB | flevour |
Comments
Comment #1
Bèr Kessels commented-1
User submitted content must not be translated trough t(). Please consider adding ideas and code to the i18n project, internationalization.
Comment #2
flevour commentedReassigning to i18n project. This code should be part of the taxonomy.patch.
Comment #3
Stefan Nagtegaal commentedI completely agree with Ber on this.
The locale.module which does the localisation of drupal, is only for translating the UI, and not user submitted content..
Comment #4
jose reyero commentedMe too, agree with Ber and Stefen.
Btw, should I set this to "by design" or to "won't fix" ?
Comment #5
Stefan Nagtegaal commentedIMO "By design", because it could be fixed, only using the i18n.module...