Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Drupal/Commands/core/LocaleCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function update($options = ['langcodes' => self::REQ])
* Import the Dutch drupal core translation.
* @usage drush locale-import nl custom-translations.po --type=custom --override=all
* Import customized Dutch translations and override any existing translation.
* @aliases locale-export
* @aliases locale-import
* @throws \Exception
*/
public function import($langcode, $file, $options = ['type' => self::OPT, 'override' => self::OPT])
Expand Down