From 5355b7d930b94e576352f46c684e9b6765954c71 Mon Sep 17 00:00:00 2001
From: Matteo Aquila <matteoaquila@users.noreply.github.com>
Date: Thu, 13 Apr 2017 15:31:38 +0200
Subject: [PATCH 1/3] Update settings_helper.rb

---
 app/helpers/settings_helper.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb
index 212f88c39..c2075deff 100644
--- a/app/helpers/settings_helper.rb
+++ b/app/helpers/settings_helper.rb
@@ -8,6 +8,7 @@ module SettingsHelper
     eo: 'Esperanto',
     fr: 'Français',
     hu: 'Magyar',
+    it: 'Italiano'
     no: 'Norsk',
     pt: 'Português',
     fi: 'Suomi',

From 905a4faa1c91cc5797e5c0172c3bdadda5b2d19c Mon Sep 17 00:00:00 2001
From: Matteo Aquila <matteoaquila@users.noreply.github.com>
Date: Thu, 13 Apr 2017 15:32:31 +0200
Subject: [PATCH 2/3] Update settings_helper.rb

---
 app/helpers/settings_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb
index c2075deff..66d19e331 100644
--- a/app/helpers/settings_helper.rb
+++ b/app/helpers/settings_helper.rb
@@ -7,8 +7,8 @@ module SettingsHelper
     es: 'Español',
     eo: 'Esperanto',
     fr: 'Français',
-    hu: 'Magyar',
     it: 'Italiano'
+    hu: 'Magyar',
     no: 'Norsk',
     pt: 'Português',
     fi: 'Suomi',

From 0220f3a171dd0262d4e1a764a2bec88589f7fdd8 Mon Sep 17 00:00:00 2001
From: Matteo Aquila <matteoaquila@users.noreply.github.com>
Date: Thu, 13 Apr 2017 15:33:45 +0200
Subject: [PATCH 3/3] Update application.rb

---
 config/application.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/application.rb b/config/application.rb
index 1383d45a5..959385802 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -33,6 +33,7 @@ module Mastodon
       :es,
       :fi,
       :fr,
+      :it,
       :hu,
       :ja,
       :no,