This project is not covered by Drupal’s security advisory policy.

Create translation files of your new Drupal module on the fly!

This module scans a given module directory for the use of Drupal's translation methods. It then converts the translation strings found into a .po file format ready to use.

Installation Requirements

This module only utilizes Drupal core features and has no other dependencies.

Installation

Installation as usual: Place the directory of this module within /modules (or maybe /modules/contrib). When using composer use composer require drupal/translation_extractor.

Enable the module by navigating to Administer > Extend and checking the "Enabled" checkbox on "Translation extractor" (or simply use drush: drush en translation_extractor).

Project information

Releases