commerce/languages.json
2023-05-03 09:58:35 +02:00

10 lines
208 B
JSON

{
"i18n": {
"languages": [
{ "id": "sv", "title": "Swedish", "isDefault": true },
{ "id": "nn", "title": "Norwegian" },
{ "id": "en", "title": "English" }
],
"base": "sv"
}
}