Skip to content

Commit

Permalink
Merge pull request #37 from Laravel-Lang/1.x
Browse files Browse the repository at this point in the history
Added Canada
  • Loading branch information
andrey-helldar authored Feb 24, 2025
2 parents d96b3bd + 52cee26 commit b0dcfe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"archtechx/enums": "^1.0",
"illuminate/config": "^10.0 || ^11.0 || ^12.0",
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
"laravel-lang/locale-list": "^1.4"
"laravel-lang/locale-list": "^1.5"
},
"require-dev": {
"orchestra/testbench": "^8.23 || ^9.1 || ^10.0",
Expand Down
5 changes: 5 additions & 0 deletions config/private.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
'type' => 'Cyrl',
'regional' => 'bg_BG',
],

Locale::Canada->value => [
'type' => 'Latn',
'regional' => 'en_CA',
],

Locale::Catalan->value => [
'type' => 'Latn',
Expand Down

0 comments on commit b0dcfe4

Please sign in to comment.