feat: add Portuguese-BR language (#5333)
This commit is contained in:
@@ -39,6 +39,7 @@ return [
|
||||
'id',
|
||||
'it',
|
||||
'nl',
|
||||
'pt-BR' => 'pt-BR',
|
||||
'sv',
|
||||
'tr',
|
||||
'vi',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Vendored
+1
@@ -17,6 +17,7 @@ mix.webpackConfig({
|
||||
'id',
|
||||
'it',
|
||||
'nl',
|
||||
'pt-BR',
|
||||
'sv',
|
||||
'tr',
|
||||
'vi',
|
||||
|
||||
Reference in New Issue
Block a user