update translations

This commit is contained in:
xiaomlove
2026-02-01 01:26:00 +07:00
parent 8dec50fc6d
commit f07e0a5013
438 changed files with 6061 additions and 1717 deletions

View File

@@ -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();