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...
| Comment | File | Size | Author |
|---|---|---|---|
| #17 | screen.jpg | 353.51 KB | czaku |
| #10 | example.jpg | 226.87 KB | czaku |
| #2 | screen.jpg | 81.62 KB | czaku |
Comments
Comment #1
solotandem commentedI 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?
Comment #2
czaku commentedwell 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...)
Comment #3
solotandem commentedI updated existing i18n support in latest commit. Try it out and report back.
Comment #4
czaku commentedComment #5
solotandem commentedChanging 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?
Comment #6
czaku commentedsorry just added some tags, I described the problem and answered your questions, added jpg to show whats the case, there is no patch
Comment #7
solotandem commentedPlease grab the latest commit (download a fresh version of the dev release) and try it.
Comment #8
czaku commentedwell I have the latest dev version od taxonomy filter module, drupal 7.7 and the latest stable 1.0 i18n module..
Comment #9
solotandem commentedThe 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.
Comment #10
czaku commentedit 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
Comment #11
solotandem commentedThe 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?
Comment #12
czaku commentedeverything 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).
Comment #13
czaku commentedthe content of node is language neutral so dont worry abount the content, i mean stuff above the LEC-2055 content
Comment #14
solotandem commentedIf 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).
Comment #15
czaku commentedthe stuff is just a simple title and it is not being translated..
Comment #16
solotandem commentedIn #14, I was suggesting you enable the development release as this should be fixed in that release. Would you do so and report back?
Comment #17
czaku commentedno change, still title (that consists of few taxonomy terms) appears in default language
Comment #18
czaku commentedThis was i18nviews issue.