Closed (fixed)
Project:
Taxonomy Title
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2012 at 23:46 UTC
Updated:
11 Dec 2016 at 06:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
zy commentedAfter debugging as per i18n_string.inc line 286 change category to "bug" as the "taxonomy_title" string does not look translatable.
Thank you.
Lena
Comment #2
didaka commentedI updated the code to work with the new i18n functions.
A patch is applied below.
Comment #3
jenlamptonThanks @didaka for all your work on this!
Can we get a review please? @zy can you try this patch on your site?
Comment #4
peacog commentedThere were a couple of problems with the last patch. I've re-rolled it. Please review and test.
Comment #5
peacog commentedI've added another small fix to the patch. Strings were being double sanitized, meaning titles containing ampersands and apostrophes were being displayed with & and '. Passing the sanitized => TRUE option to i18n_string_translate solves the problem.
Comment #6
hefox commentedpatch works, but had a dpm
Comment #7
hefox commentedUpdating to patch that the token isn't respecting translation either for term name.
Comment #8
ArtuDrop commentedhefox, this patch work in taxonomy translate interface?
Comment #9
hefox commentedSorry, I don't remember, been too long.
Comment #10
nikolino commentedThis patch don't work for me.
I'm not able to translate taxonomy title...
Comment #11
jenlamptonNeeded a reroll, but otherwise this looks great. Much cleaner, thank you!
Comment #13
jenlampton