1 | <?php |
||
11 | class Prepare extends Command |
||
12 | { |
||
13 | protected $signature = 'translation_sheet:prepare'; |
||
14 | |||
15 | protected $description = 'Rewrite locales languages files by removing comments and sorting keys. This most likely reduce and simplify conflicts when pulling translations from spreadsheet.'; |
||
16 | |||
17 | 1 | public function handle(Pusher $pusher, Spreadsheet $spreadsheet, Writer $writer) |
|
30 | } |
||
31 |