Skip to content

Commit 046a3d4

Browse files
xitudemcamara
authored andcommitted
Support PR for en_CA (#688)
* Added en_CA support * Updated for alphabetical listing Moved en_CA to the en_* group
1 parent 425fc4d commit 046a3d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/config.php

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'en' => ['name' => 'English', 'script' => 'Latn', 'native' => 'English', 'regional' => 'en_GB'],
4646
//'en-AU' => ['name' => 'Australian English', 'script' => 'Latn', 'native' => 'Australian English', 'regional' => 'en_AU'],
4747
//'en-GB' => ['name' => 'British English', 'script' => 'Latn', 'native' => 'British English', 'regional' => 'en_GB'],
48+
//'en-CA' => ['name' => 'Canadian English', 'script' => 'Latn', 'native' => 'Canadian English', 'regional' => 'en_CA'],
4849
//'en-US' => ['name' => 'U.S. English', 'script' => 'Latn', 'native' => 'U.S. English', 'regional' => 'en_US'],
4950
'es' => ['name' => 'Spanish', 'script' => 'Latn', 'native' => 'español', 'regional' => 'es_ES'],
5051
//'eo' => ['name' => 'Esperanto', 'script' => 'Latn', 'native' => 'esperanto', 'regional' => ''],

0 commit comments

Comments
 (0)