update du projet, xml collection enlevé et méthode fait maison ajouter
This commit is contained in:
15
vendor/symfony/intl/Resources/data/languages/en_CA.php
vendored
Normal file
15
vendor/symfony/intl/Resources/data/languages/en_CA.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Names' => [
|
||||
'bn' => 'Bengali',
|
||||
'mfe' => 'Mauritian Creole',
|
||||
],
|
||||
'LocalizedNames' => [
|
||||
'ar_001' => 'Arabic (Modern Standard)',
|
||||
'nds_NL' => 'West Low German',
|
||||
'ro_MD' => 'Moldovan',
|
||||
'zh_Hans' => 'simplified Chinese',
|
||||
'zh_Hant' => 'traditional Chinese',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user