Translation Extractor
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).
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.