Skip to content

Commit 574c3e1

Browse files
ms-slasher13TessBakker
authored andcommitted
Fix locale:import alias (#3796)
1 parent 9f6b80d commit 574c3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drupal/Commands/core/LocaleCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function update($options = ['langcodes' => self::REQ])
174174
* Import the Dutch drupal core translation.
175175
* @usage drush locale-import nl custom-translations.po --type=custom --override=all
176176
* Import customized Dutch translations and override any existing translation.
177-
* @aliases locale-export
177+
* @aliases locale-import
178178
* @throws \Exception
179179
*/
180180
public function import($langcode, $file, $options = ['type' => self::OPT, 'override' => self::OPT])

0 commit comments

Comments
 (0)