upstreamable / drush-deploy-translations
Drush hook to download contrib translations on deploy and optionally add custom translations.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:drupal-drush
pkg:composer/upstreamable/drush-deploy-translations
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.