fix brazuca config

This commit is contained in:
TheBeastLT
2023-05-09 08:34:22 +02:00
parent 171125e9e2
commit 0eee56aaaf

View File

@@ -61,7 +61,7 @@ function brazucaConfig() {
config[Providers.key] = Providers.options
.filter(provider => !provider.foreign || provider.foreign === '🇵🇹')
.map(provider => provider.key);
config[LanguageOptions.key] = 'portuguese';
config[LanguageOptions.key] = ['portuguese'];
return config;
}