Skip to content

Commit fd2b438

Browse files
committed
add language support for european portuguese
1 parent fe19d96 commit fd2b438

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

browser/lib/Languages.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ const languages = [
4848
locale: 'pl'
4949
},
5050
{
51-
name: 'Portuguese',
51+
name: 'Portuguese (PT-BR)',
5252
locale: 'pt-BR'
5353
},
54+
{
55+
name: 'Portuguese (PT-PT)',
56+
locale: 'pt-PT'
57+
},
5458
{
5559
name: 'Russian',
5660
locale: 'ru'

0 commit comments

Comments
 (0)