The problem is as I wrote in title, I have two languages - EN and PL (default), terms in Taxonomy Filter blocks show up only in default (PL) language, not the selected one. All the terms are translated and in nodes they appear in currently selected language. Don't know if it is a i18n or Taxonomy Filter issue, but couldn't find a solution for few weeks now...

CommentFileSizeAuthor
#17 screen.jpg353.51 KBczaku
#10 example.jpg226.87 KBczaku
#2 screen.jpg81.62 KBczaku

Comments

solotandem’s picture

Category: bug » support
Priority: Major » Normal

I added some French language terms to my development site for the vocabulary names and taxonomy term names. They all display as expected. I am using the core locale and content translation modules.

Following the instructions for locale at "admin/config/regional/language/configure," I enabled the URL method with the path prefix option. So my filter URL becomes "fr/taxonomy/term/tid" (prefixed by "fr").

What modules are you using for translation and locale purposes?

czaku’s picture

StatusFileSize
new81.62 KB

well I use i18n as well, and I also have /pl/ and /en/ prefixes... pl/taxonomy/term/tid and en/.... so basically all the terms are translated and translations are working on nodes pages for example (I dont have url aliases working in both languages - they create just in default - polish) - so i use content translation locale and i18n

I posted image, inside embedded computers category you have all terms on node page in english but on your right and the title (Komputery embedded) from taxonomy filter is in polish (chosen language is english...)

solotandem’s picture

Status: Active » Fixed

I updated existing i18n support in latest commit. Try it out and report back.

czaku’s picture

Status: Fixed » Active
Issue tags: +module, +translation, +taxonomy, +filter
solotandem’s picture

Changing status without any remarks is a bit unclear. What are you trying to indicate? Did you try the patch? Or, is the status change unintended?

czaku’s picture

sorry just added some tags, I described the problem and answered your questions, added jpg to show whats the case, there is no patch

solotandem’s picture

Please grab the latest commit (download a fresh version of the dev release) and try it.

czaku’s picture

well I have the latest dev version od taxonomy filter module, drupal 7.7 and the latest stable 1.0 i18n module..

solotandem’s picture

The dev release has not updated yet (it should have today's date). You can download the newest committed code in a tar.gz file from here. Or wait a few hours until the release is updated.

czaku’s picture

StatusFileSize
new226.87 KB

it is working now, but still the text in the title of a filtered node view is in DEFAULT POLISH language, I attach JPG to show that

solotandem’s picture

The text of the node is not affected by code in this project; that would be the module(s) generating the content.

Are you saying the Polish version of the filtered node view looks fine?

czaku’s picture

everything is working fine now, just the text (i am quite sure it is connected with taxonomy filter) below the breadcrumbs which shows the terms we choose from filter (big black "Przemysłowe, Komputery Embedded" on .jpg above) is not being translated, the url is: /taxonomy/term/28,35/all so 28 is Przemysłowe (should be Industrial in english) and id35 is Komputery Embedded (Embedded Computers).

czaku’s picture

the content of node is language neutral so dont worry abount the content, i mean stuff above the LEC-2055 content

solotandem’s picture

If the stuff above the LEC-2055 content and below the breadcrumbs is the "current criteria" block from this module, then I agree as your issue made me realize it is not translated. I made the fix the other day on my local environment but had not committed it. It is committed now. Please try it and report back (see #9).

czaku’s picture

the stuff is just a simple title and it is not being translated..

solotandem’s picture

In #14, I was suggesting you enable the development release as this should be fixed in that release. Would you do so and report back?

czaku’s picture

StatusFileSize
new353.51 KB

no change, still title (that consists of few taxonomy terms) appears in default language

czaku’s picture

Status: Active » Closed (works as designed)

This was i18nviews issue.