Closed (won't fix)
Project:
Apache Solr Search
Version:
5.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2008 at 20:58 UTC
Updated:
29 Sep 2009 at 14:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedIs it standard practice (or wise) to translate term names (seeing as they are not translated by core)? I must confer with Gábor on this.
If we do go with translated terms, I would think we'd need the term translated in the block as well. Patch attached.
Comment #2
gábor hojtsyt() is not designed and not supposed to be used on dynamic data. Core never translates user entered data, whenever it can distinguish between data coming from the static code and data coming from user entered input.
Comment #3
robertdouglass commented@janusman: I think we'll leave it as it is now. The theme system lets you add the t() easily enough.
Comment #4
janusman commentedUnderlining is mine...
@Gábor: and... what *IS*? =)
I'm sure you've gone at this issue before... It's just that I just keep finding module after module where adding a t() fixes my immediate problems for showing taxonomy terms, breadcrumbs, field labels and a bunch of other stuff...!
Please help... or please point me to the right place for this discussion =)
Comment #5
aufumy commentedMaybe the http://drupal.org/project/i18n module can help.
Comment #6
gábor hojtsyDocs on translating user provided content: http://drupal.org/node/304002
Comment #7
janusman commentedFunny, this is issue is over a year old and now I could have answered myself. Sorry for not having closed it before.
Thanks anyway!