You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/Console/Commands/TranslateShortDescriptionJapanese.php
+43-26Lines changed: 43 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ class TranslateShortDescriptionJapanese extends Command
23
23
*
24
24
* @var string
25
25
*/
26
-
protected$description = 'Command description';
26
+
protected$description = 'Translate UNESCO world heritage short_description and description into Japanese, and persist them into world_heritage_descriptions.';
27
27
28
28
/**
29
29
* Execute the console command.
@@ -102,20 +102,15 @@ public function handle(): int
0 commit comments