Skip to content

Commit bd87c46

Browse files
chore: fix syntax
1 parent bd84a28 commit bd87c46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"name": "English",
55
"country": "United States"
66
},
7+
{
8+
"code": "de_DE",
9+
"name": "Deutsch",
10+
"country": "Deutschland"
11+
},
712
{
813
"code": "el_GR",
914
"name": "Ελληνικά",
@@ -23,10 +28,5 @@
2328
"code": "sl_SI",
2429
"name": "Slovenščina",
2530
"country": "Slovenija"
26-
},
27-
{
28-
"code": "de_DE",
29-
"name": "Deutsch",
30-
"country": "Deutschland"
31-
},
31+
}
3232
]

0 commit comments

Comments
 (0)