From bc33fd14e8f7ff0598e29c6cac23e8f4b0d0ddae Mon Sep 17 00:00:00 2001 From: GregoryWarn <154914479+GregoryWarn@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:30:18 +0200 Subject: [PATCH] Update module.json Added italian language --- module.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module.json b/module.json index 9a1b447..9213347 100644 --- a/module.json +++ b/module.json @@ -41,6 +41,11 @@ "name": "Deutsch", "path": "lang/de.json" }, + { + "lang": "it", + "name": "Italiano", + "path": "lang/it.json" + }, { "lang": "ja", "name": "日本語",