build(i18n): include Breton and Serbian (Latin) languages to Castopod bundle

This commit is contained in:
Yassine Doghri 2024-03-08 15:45:20 +00:00
parent 656627050a
commit c24850bda9
36 changed files with 36 additions and 1 deletions

View File

@ -98,7 +98,19 @@ class App extends BaseConfig
*
* @var list<string>
*/
public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR', 'nn-NO', 'es', 'zh-Hans', 'ca'];
public array $supportedLocales = [
'en',
'fr',
'pl',
'de',
'pt-BR',
'nn-NO',
'es',
'zh-Hans',
'ca',
'br',
'sr-Latn',
];
/**
* --------------------------------------------------------------------------

View File

@ -7,4 +7,6 @@
+ es/***
+ zh-Hans/***
+ ca/***
+ br/***
+ sr-Latn/***
- **

View File

@ -7,4 +7,6 @@
+ es/***
+ zh-Hans/***
+ ca/***
+ br/***
+ sr-Latn/***
- **

View File

@ -0,0 +1,17 @@
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'min_dims' =>
'{field} ili nije slika ili nije dovoljne dužine/visine.',
'is_image_ratio' =>
'{field} ili nije slike ili nije u pravom odnosu veličina.',
'is_json' => '{field} contains invalid JSON.',
];

View File

@ -7,4 +7,6 @@
+ es/***
+ zh-Hans/***
+ ca/***
+ br/***
+ sr-Latn/***
- **