Closed (fixed)
Project:
Taxonomy Manager
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2007 at 22:26 UTC
Updated:
25 Aug 2009 at 07:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
mlncn commentedUse what?
A translated user interface?
Or translated terms?
The former is a localization issue, you can translate English strings into other languages at /admin/settings/locale/string/search (after you've enabled a language at /admin/settings/locale) and you could also try generating a full translation to contribute back to the project, this might help: http://www.fagioli.biz/?q=drupal-po-file-web-generator
Translated terms scare me (instead of translating the name of the term, i18n makes a whole new term). We're doing a multilingual site but we're leaving terms out of it. But i18n translated terms should appear and be 'manageable' by Taxonomy Manager like any others.
Comment #2
checker commentedi mean i18n with complete new terms for each language.
Taxonomy Manager needs a language filter for displaying terms only in one language
and queries in consideration of the new attribute "language" in term_data.
I checked the code and it is not a simple patch. The module uses core functions that ought to be replaced.
Comment #3
ducdebreme commentedWe are using the modules
taxonomy_manager + i18n
and i think, are a language filter is needed for Taxonomy Manager.
We have translated terms e.g.
The translated terms can be seen under /admin/content/Categories > Tab Translation
Now, in the Taxonomy Manager all terms are shown in a long list. You can not see, which language they apply to.
I agree, there should be a language filter available to Taxonomy Manager. Then you can select e.g. german as language and therefore work only on the german terms.
Is there anyone having a patch?
Comment #4
mh86 commentedwould be an really cool feature. I can imagine something like an language filter at the top (listing the languages) and another section in the term data form showing up all translation of the selected term...
If someone starts working on a patch, I would be glad, because I don't have the time to implement this all by my own.
Comment #5
david lesieur commentedThe attached patch allows translation of terms to be displayed in Taxonomy Manager for vocabularies that use i18n's Localize terms translation mode. You still don't get translated vocabulary names, nor any indication of a term's or vocabulary's language when using other translation modes, but that's a start. :-)
Comment #6
david lesieur commentedForget the previous patch; this one makes more sense.
Comment #7
mh86 commentedThe new version of the Taxonomy Manager supports i18n and multilingual vocabularies (per language terms). It has an language selector to filter the tree for a specific language and additional operations to add new translations.
The new features are currently available in the 6--2 branch.