Closed (fixed)
Project:
Service links
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
30 Nov 2011 at 14:14 UTC
Updated:
8 Jul 2015 at 08:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedAdded a patch to make the label translatable. Easy to extend to other variables.
Comment #2
TheCrow commentedWhat about this: #1235390: Make variables multilingual ?
Comment #3
Anonymous (not verified) commentedThat is probably a good Drupal 6 solution.
The variable module (which is an api module) only exists in Drupal 7. We should use it so (from project page):
So other modules can know about your module's variables and they can be translated, exported, etc.
You'll get automatic variable edit forms, tokens, access control and uninstall for free
It's created by Jose Reyero. In Drupal 7 i18n requires the variable module so it's the way to go...
Comment #4
simon georges commentedThe files[] directive in .info does nothing if the referenced files does not contain any class or interface, in that case, it is not necessary (see #1914074: Remove useless files[] directive from .info files that takes care of removing the others ;-)).
Otherwise, this seems legit.
Comment #5
TheCrow commentedReworked and committed