Skip to content

Commit

Permalink
Changed the indentation in translateOptions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
artimanputra committed Oct 9, 2021
1 parent 73009c2 commit f4d6141
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/data/translateOptions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const translateOptions = [
{
{
label: 'Afrikaans',
value: 'af'
},
Expand All @@ -21,23 +21,23 @@ export const translateOptions = [
},
{
label: 'Bengali',
value: 'bn'
value: 'bn'
},
{
label: 'Bulgarian',
label: 'Bulgarian',
value: 'bg'
},
{
label: 'Catalan',
label: 'Catalan',
value: 'ca'
},
{
label: 'Corsican',
value: 'co',
label: 'Corsican',
value: 'co',
},
{
{
label: 'Croatian',
value: 'hr',
value: 'hr',
},
{
label: 'Czech',
Expand All @@ -49,7 +49,7 @@ export const translateOptions = [
},
{
label: 'Dutch',
value: 'nl'
value: 'nl'
},
{
label: 'English',
Expand Down Expand Up @@ -106,7 +106,7 @@ export const translateOptions = [
{
label: 'Kyrgyz',
value: 'ky'
},
},
{
label: 'Luxembourgish',
value: 'lb'
Expand Down

0 comments on commit f4d6141

Please sign in to comment.