Closed (won't fix)
Project:
Features
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Apr 2010 at 19:18 UTC
Updated:
23 Aug 2012 at 15:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
Volx commentedI'm having the same problem. drupal_install_module does not take care of the translation by itself (which in my opinion it should), but rather the form_submit of the module form does that by calling
Since Drupal doesn't take care of that automatically, Features has to take care of it by itself. So adding this call to the end of features_install_modules() does this. Note that - by the comment above - anything after that call might never be executed, but as far as I can see, nothing happens afterwards, so this should be fine and it works for me.
Comment #2
Volx commentedComment #3
wizonesolutionsSubscribing to this. Looking to use Features for language configuration...though it seems like I can't featurize the available languages themselves yet...
Comment #4
danylevskyipatch #1 worked great for me.
Volx, thanks!
Comment #5
finex commentedAnd what about l10n_update module? Currently it doesn't download the translations of the module enabled by the feature. Is a feature problem or should I open a new issue against l10n_update?
Comment #6
mpotter commentedClosing this for lack of activity. Please re-open this issue if you can reproduce it in the latest version.