add it locale

This commit is contained in:
Pete Matsyburka
2024-07-22 18:52:40 +03:00
parent 9193511d5f
commit 942c961cd1
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ class AccountsController < ApplicationController
'fr-FR' => 'French (France)',
'es-ES' => 'Spanish (Spain)',
'pt-PT' => 'Portuguese (Portugal)',
'de-DE' => 'German (Germany)'
'de-DE' => 'German (Germany)',
'it-IT' => 'Italian (Italy)'
}.freeze
before_action :load_account