From 4b940dc7766b3322a75337b6d1ce07c71fac7178 Mon Sep 17 00:00:00 2001 From: GregoryWarn <154914479+GregoryWarn@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:00:26 +0200 Subject: [PATCH] Added language it.json Added italian language --- module.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module.json b/module.json index 7f57d23..fc35d8b 100644 --- a/module.json +++ b/module.json @@ -41,6 +41,11 @@ "name": "English", "path": "languages/en.json" }, + { + "lang": "it", + "name": "Italiano", + "path": "languages/it.json", + }, { "lang": "pt-BR", "name": "Português (Brasil)",