Skip to content

Commit aa4d06f

Browse files
Zubata SMRTKARokt33r
authored andcommitted
formatting
1 parent f02125e commit aa4d06f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

browser/lib/Languages.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@ const languages = [
6262
{
6363
name: 'Spanish',
6464
locale: 'es-ES'
65-
}, {
65+
},
66+
{
6667
name: 'Turkish',
6768
locale: 'tr'
68-
}, {
69+
},
70+
{
6971
name: 'Thai',
7072
locale: 'th'
7173
}
@@ -82,4 +84,3 @@ module.exports = {
8284
return languages
8385
}
8486
}
85-

0 commit comments

Comments
 (0)