Closed (fixed)
Project:
Facet API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
20 Dec 2011 at 01:56 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cpliakas commentedAdding the stable release blocker tag, as this is critical for i18n.
Comment #2
cpliakas commentedThe attached patch implements the strategy mentioned in the OP. This would allow the translator module to integrate with i18n and look something like the code below:
The major benefit of this implementation is that is eliminates the need for logic surrounding the i18n module in core Facet API and allows a translator contrib to have different release cycles.
Comment #3
cpliakas commentedRequires a hook_facetapi_translate_string() definition in facetapi.api.php.
Comment #4
cpliakas commentedAdded the hook definition to facetapi.api.inc, made some other minor improvements.
Comment #5
cpliakas commentedMarking as "needs review".
Comment #6
cpliakas commentedComment improvements.
Comment #7
cpliakas commentedUgh. Removed stray dsm().
Comment #8
cpliakas commentedPlease excuse typos in comments.Posted against wrong issue.
Comment #9
cpliakas commentedCommitted at http://drupalcode.org/project/facetapi.git/commit/c01873d.