The vocabulary in question is configured with the "Per language terms. Different terms will be allowed for each language and they can be translated." setting.

System languages are: English, Georgian, Arabic (no particular reason, just a test).

When I try to add terms to a node in Georgian, autocomplete throws errors shown on the screenshot.

The URL of the page I am on at that point:

http://example.com/node/add/blog?translation=8&language=ka

CommentFileSizeAuthor
Picture 5.png55.04 KBirakli

Comments

hefox’s picture

Don't use the module, but looking at the code and your verison, have you tried upgrading to the dev verison?

looking at the picture it does not have this added to the description:

form['taxonomy']['tags'][$vid]['#description'] .= ' '. t('This is a localizable vocabulary, so only terms in %language are allowed here.', array('%language' => language_default('name'))); 
jose reyero’s picture

Title: i18n_taxonomy does not work for autocomplete » Implement multilingual taxonomy for autocomplete
Category: bug » feature
Priority: Critical » Normal

Yes, to be implemented

miro_dietiker’s picture

Version: 6.x-1.0 » 6.x-1.x-dev

I'm working on this.
We have already some huge improvements.

However: the problem is in node edit form if a user changes language.
Jose, Do you have an idea how to deal with this?
Changing the node language dropdown should switch callback url (to correspond language lookup).
Also if tags are already filled out they might be in wrong language... do we need to try translating them?

Initial related issue was:
#686896: taxonomy name / help not translated

Is there something we might be able to reuse from i18nsync?
There's much more to come as soon as you're doing the first step in multilingual tag improvement.

We're trying to limit the amount of cases by predefining language and disallow language changes. But this is not generally possible..

jose reyero’s picture

Component: Code » Blocks
Status: Active » Closed (won't fix)

No new features for 6.x. There's some other similar issue for 7.x