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.

CommentFileSizeAuthor
#1 core_translations-798022-1.patch538 bytesclemens.tolboom

Comments

clemens.tolboom’s picture

StatusFileSize
new538 bytes

The 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 1
and
drush vdel core_translation_force_all
we can manage it's behaviour.

clemens.tolboom’s picture

Status: Active » Needs review