Skip to content

Commit

Permalink
feat: add Portuguese-BR language (#5333)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromvf committed Jul 13, 2021
1 parent bf2d570 commit aca3c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/lang-detector.php
Expand Up @@ -39,6 +39,7 @@
'id',
'it',
'nl',
'pt-BR' => 'pt-BR',
'sv',
'tr',
'vi',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/settings.php
Expand Up @@ -91,7 +91,7 @@
'locale_ja' => 'Japanese',
'locale_nl' => 'Dutch',
'locale_pt' => 'Portuguese',
'locale_pt-BR' => 'Portuguese (Brazil)',
'locale_pt-BR' => 'Portuguese, Brazil',
'locale_ru' => 'Russian',
'locale_sv' => 'Swedish',
'locale_vi' => 'Vietnamese',
Expand Down
1 change: 1 addition & 0 deletions webpack.mix.js
Expand Up @@ -17,6 +17,7 @@ mix.webpackConfig({
'id',
'it',
'nl',
'pt-BR',
'sv',
'tr',
'vi',
Expand Down

0 comments on commit aca3c7a

Please sign in to comment.