activate catalan locale (#5921)

This commit is contained in:
Kevin Papst
2026-04-25 09:54:02 +02:00
committed by GitHub
parent f6c956631a
commit 01cb14a3da
3 changed files with 65 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ final class RegenerateLocalesCommand extends Command
*
* @var string[]
*/
private array $skipLocale = ['ca', 'et'];
private array $skipLocale = ['et', 'lv', 'mk'];
public function __construct(
private readonly string $projectDirectory,