Closed (fixed)
Project:
Translation Management Tool
Version:
7.x-1.x-dev
Component:
Translator: Local
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2013 at 11:02 UTC
Updated:
15 May 2013 at 10:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirRename to tmgmt_language_combination and initial patch. Tests seem to pass, de-installation works ( you need to run crun between uninstalling tmgmt_local and tmgmt_language_combionation but it works).
Not yet sure about the capabilities API/hooks. What we're doing right now is insane (execute a query/hook for every user on your system with the necessary permission). I still have no clue why we'd want to have an alternative way to provide language capabilities. But that's a separate issue.
Comment #2
blueminds commentedif removed tmgmt_local_languages_predefined_list() call works with hermes/tmgmt_server. However http://drupal.org/node/1895432 needs to get solved so that tmgmt_server and other translators can properly expose language skills.
Comment #3
berdirThanks for testing, fixed that call (we discussed moving that to an alternative widget that is provided by the server as it only makes sense there, but that's something for another issue and needs to be changed in tmgmt_server first) and commited.