Skip to content

Commit

Permalink
Merge branch 'master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Sep 6, 2020
2 parents 4337543 + 6294a49 commit dc1362f
Showing 1 changed file with 48 additions and 12 deletions.
60 changes: 48 additions & 12 deletions lib/data/languages.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,50 @@
[
"de",
"da",
"el",
"en",
"es",
"fr",
"he",
"is",
"it",
"nl",
"no",
"ar"
{
"id": "de",
"text": "Deutsch"
},
{
"id": "da",
"text": "Danish"
},
{
"id": "el",
"text": "Greek"
},
{
"id": "en",
"text": "English"
},
{
"id": "es",
"text": "Spanish"
},
{
"id": "fr",
"text": "French"
},
{
"id": "he",
"text": "Hebrew"
},
{
"id": "is",
"text": "Icelandic"
},
{
"id": "it",
"text": "Italian"
},
{
"id": "nl",
"text": "Dutch"
},
{
"id": "no",
"text": "Norwegian"
},
{
"id": "ar",
"text": "Arabic"
}
]

0 comments on commit dc1362f

Please sign in to comment.