By ali.sharif on
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
It should be automatic
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.
Can ar.po module be installed
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!
Translations automatically import and update
if already language installed, the translations automatically import and update when enable the module and saving configuration