Closed (fixed)
Project:
Translation template extractor
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2008 at 10:25 UTC
Updated:
7 Sep 2009 at 13:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
gábor hojtsyhook_perm() might change even more. Original change at http://drupal.org/node/30984 and I am suggesting better code for localization in hook_perm() at http://drupal.org/node/313213
Comment #2
gábor hojtsy#313213: Fix broken localization for permission names is committed now and lets us skip hook_perm() from Drupal 7 altogether, since hook_perm() is now using standard t() with placeholders even for composite permissions, so hook_perm() support for Drupal 7 just means we skip that part of the code from then on :) Great.
Committed to 6.x-2.x. Needs to be ported.
Comment #3
gábor hojtsySince 5.x is not maintained, moving back to fixed.