feat: add Portuguese-BR language (#5333)

This commit is contained in:
pedromvf
2021-07-13 13:04:10 -03:00
committed by GitHub
parent bf2d570bd7
commit aca3c7a5bf
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@ return [
'id',
'it',
'nl',
'pt-BR' => 'pt-BR',
'sv',
'tr',
'vi',
+1 -1
View File
@@ -91,7 +91,7 @@ return [
'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',
+1
View File
@@ -17,6 +17,7 @@ mix.webpackConfig({
'id',
'it',
'nl',
'pt-BR',
'sv',
'tr',
'vi',