upstreamable / drush-deploy-translations
Drush hook to download contrib translations on deploy and optionally add custom translations.
1.0.0
2024-07-01 01:14 UTC
Requires
- php: >=8.0
- drush/drush: ^12 || ^13
README
Getting started
Require this package with composer. After that any drush updatedb
(including drush deploy
) will update the translations.
Usage
It supports custom translations in a translations
directory above the Drupal root.
For example if you have a /translations/es.po
file that file will be imported into the database.