mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
update translations
This commit is contained in:
@@ -170,9 +170,9 @@ class CrowdinSync extends Command
|
||||
$this->uploadFile($filePath, $specificFile);
|
||||
$this->info("File {$specificFile} uploaded successfully.");
|
||||
} else {
|
||||
throw new \RuntimeException("please specify a file to upload");
|
||||
// throw new \RuntimeException("please specify a file to upload");
|
||||
// Upload all files in the source directory
|
||||
$files = File::allFiles($this->sourceDir);
|
||||
$files = File::allFiles($this->sourceDir . '/en');
|
||||
|
||||
$bar = $this->output->createProgressBar(count($files));
|
||||
$bar->start();
|
||||
|
||||
Reference in New Issue
Block a user