argos/dmp-frontend/src/assets/resources/language.json

23 lines
339 B
JSON
Raw Normal View History

2018-08-30 13:09:36 +02:00
[
{
"label": "GENERAL.LANGUAGES.ENGLISH",
2018-08-30 13:09:36 +02:00
"value": "en"
},
{
"label": "GENERAL.LANGUAGES.GREEK",
2018-08-30 13:09:36 +02:00
"value": "gr"
},
{
"label": "GENERAL.LANGUAGES.SPANISH",
"value": "es"
2020-07-22 12:51:10 +02:00
},
{
"label": "GENERAL.LANGUAGES.GERMAN",
"value": "de"
},
{
"label": "GENERAL.LANGUAGES.TURKISH",
"value": "tr"
2018-08-30 13:09:36 +02:00
}
]