I am building a Drupal installation profile to make deployment of my site easier, ideally I would like to include the translation files to the install profile as well. But apart from adding the core translation files download to the makefile, is there a way to somehow add the translation files for the modules that are in use and for the custom fields as well?
Ideally I would like to add the needed .po files to the makefile or the profile’s .install-file. Any ideas on how to do it?