From 8aa7b0ed5ba091a918448ff38f383185518f875f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Scha=CC=88fli?= Date: Wed, 16 May 2018 14:13:27 +0200 Subject: [PATCH] Add missing Individual Assessment lang var --- src/assets/i18n/de.json | 1 + src/assets/i18n/en.json | 1 + src/assets/i18n/it.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 7f0d2a32..4f31b082 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -175,6 +175,7 @@ "lm" : "Lernmodul", "htlm" : "Lernmodul", "sahs" : "Lernmodul", + "iass" : "Individuelle Bewertung", "glo" : "Glossar", "dcl" : "Datensammlung", "bibl" : "Literaturliste", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 9cd8f8b6..2fede0d4 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -172,6 +172,7 @@ "lm" : "Learning Module", "htlm" : "Learning Module", "sahs" : "Learning Module", + "iass" : "Individual Assessment", "glo" : "Glossary", "dcl" : "Data Collection", "bibl" : "Bibliography", diff --git a/src/assets/i18n/it.json b/src/assets/i18n/it.json index d1d31dea..017947ea 100644 --- a/src/assets/i18n/it.json +++ b/src/assets/i18n/it.json @@ -169,6 +169,7 @@ "lm" : "Modulo", "htlm" : "Modulo HTML", "sahs" : "Learning Module", + "iass" : "Valutazione individuale", "glo" : "Glossario", "dcl" : "Data Collection", "bibl" : "Bibliografia",