Files
flutter/test/fixtures/exercises/language_entries.json
Roland Geider c5cbb4f851 Rework exercise database
This is now separated into individual tables and methods so that they can be
tested separately
2023-12-26 17:03:20 +01:00

32 lines
492 B
JSON

{
"count": 5,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"short_name": "de",
"full_name": "Deutsch"
},
{
"id": 2,
"short_name": "en",
"full_name": "English"
},
{
"id": 12,
"short_name": "es",
"full_name": "Español"
},
{
"id": 3,
"short_name": "fr",
"full_name": "Français"
},
{
"id": 13,
"short_name": "it",
"full_name": "Italiano"
}
]
}