From 1d4ffd4dfdc2193972f76dc2424a5aa235e900de Mon Sep 17 00:00:00 2001 From: Benjamin Becker <benjamin.becker@dataport.de> Date: Fri, 10 Dec 2021 10:34:34 +0000 Subject: [PATCH] adds languges to language_mapping.json --- language_mapping.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/language_mapping.json b/language_mapping.json index 808122e6..4b275c91 100644 --- a/language_mapping.json +++ b/language_mapping.json @@ -1,5 +1,11 @@ { - "http://publications.europa.eu/resource/authority/language/DAN":"Dänisch", - "http://publications.europa.eu/resource/authority/language/DEU":"Deutsch", - "http://publications.europa.eu/resource/authority/language/ENG":"Englisch" + "http://publications.europa.eu/resource/authority/language/ARA": "Arabisch", + "http://publications.europa.eu/resource/authority/language/DAN": "Dänisch", + "http://publications.europa.eu/resource/authority/language/DEU": "Deutsch", + "http://publications.europa.eu/resource/authority/language/ENG": "Englisch", + "http://publications.europa.eu/resource/authority/language/FRA": "Französisch", + "http://publications.europa.eu/resource/authority/language/POL": "Polnisch", + "http://publications.europa.eu/resource/authority/language/RUS": "Russisch", + "http://publications.europa.eu/resource/authority/language/SQI": "Albanisch", + "http://publications.europa.eu/resource/authority/language/TUR": "Türkisch", } \ No newline at end of file -- GitLab