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 +}