From cc68bcbb29d6bc1332b775ca5bc0f255deb6319b Mon Sep 17 00:00:00 2001 From: GregoryWarn <154914479+GregoryWarn@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:15:22 +0200 Subject: [PATCH] Update module.json Added Italian language option --- module.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index f64f379..3670a1b 100644 --- a/module.json +++ b/module.json @@ -19,6 +19,11 @@ "name": "English", "path": "lang/en.json" }, + { + "lang": "it", + "name": "Italiano", + "path": "lang/it.json" + }, { "lang": "ja", "name": "日本語", @@ -59,4 +64,4 @@ "name": "always-hp", "minimumCoreVersion": "12", "compatibleCoreVersion": "12" -} \ No newline at end of file +}