I like this module due to the fact I do not want to temper my drupal-6-core svn repository with languages.
Use case: I just realized I forgot I needed that particular language ie 'da' and enabled a lot of core modules.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | core_translations-798022-1.patch | 538 bytes | clemens.tolboom |
Comments
Comment #1
clemens.tolboomThe patch introduces a setting for a force all.
I can use this through drush by settings the variable. It's not the best solution but is handy for me right now.
With
drush vset core_translation_force_all 1and
drush vdel core_translation_force_allwe can manage it's behaviour.
Comment #2
clemens.tolboom