Is there a solution to use it in taxonomy manager?
(Or is that an i18n issue?)

Comments

mlncn’s picture

Priority: Normal » Minor
Status: Active » Postponed (maintainer needs more info)

Use 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.

checker’s picture

i 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.

ducdebreme’s picture

We 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.

Term-en: Contacts
Term-fr: Contacts
Term-de: Kontakte
Term-it: Contatti

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?

mh86’s picture

Status: Postponed (maintainer needs more info) » Active

would 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.

david lesieur’s picture

Version: 5.x-1.0 » 6.x-1.x-dev
Priority: Minor » Normal
Status: Active » Needs review
StatusFileSize
new854 bytes

The 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. :-)

david lesieur’s picture

StatusFileSize
new655 bytes

Forget the previous patch; this one makes more sense.

mh86’s picture

Status: Needs review » Fixed

The 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.