How can I install automatically a module with language during the module installation
for example i have to install archive module with below files:

archive/translation/archive-module.pot
archive/translation/ar.po
archive/archive.module
archive/etc...

how to install ar.po during archive installation. (Also I already have ar language installed in my drupal.)

Comments

brucepearson’s picture

As far as I know, when you install a module the translations are automatically imported during installation. So the ar.po should have been imported when you installed the module.

mcrobertg’s picture

Can ar.po module be installed later? Importing it during installation really caused some issues with translation. Truly need this to do my assignment so any help will be appreciated!

rajagopalu.manyam’s picture

if already language installed, the translations automatically import and update when enable the module and saving configuration