From 53a845feb7931db3e579a4345999fa5af50a57bf Mon Sep 17 00:00:00 2001 From: CK <31608392+unrealkakeman89@users.noreply.github.com> Date: Wed, 16 Jun 2021 12:49:54 -0400 Subject: [PATCH] Add Italian --- system.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/system.json b/system.json index 54436f2c..c06c4356 100644 --- a/system.json +++ b/system.json @@ -187,7 +187,12 @@ "lang": "fr", "name": "French", "path": "lang/fr.json" - } + }, + { + "lang": "it", + "name": "Italian", + "path": "lang/it.json" + } ], "socket": true, "gridDistance": 5,