Closed (won't fix)
Project:
Privatemsg
Version:
6.x-1.3
Component:
Code (privatemsg_filter)
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2011 at 08:55 UTC
Updated:
26 Jul 2016 at 14:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
boobaaAttached is a patch against 1.3 that adds preliminary support for translatable tags. After applying it, one will be able to translate the tags. Anyway, there are still quite a bunch of things to do:
- display the translated tags (now only the original tags are displayed),
- make it possible to filter on translated tags (now the filter uses the tag name in the URL, which makes filtering on translated tags impossible),
- etc.
Comment #2
berdirNot exactly sure why they need to be translated, tags are something personal and aren't shared across multiple users.
Why not simply save it as $tag_id? At least it shouldn't be inside values imho.
Powered by Dreditor.
Comment #3
boobaaBecause the original string needs to be updated when it's edited, and this use case is handled by this very same code, too. (The original code without the patch handled it this way, too.)
Comment #4
oadaeh commentedThis issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-1.x branch (bug fixes only) or the 7.x-2.x branch.
Thank you.