diff --git a/horilla/locale/it/LC_MESSAGES/django.po b/horilla/locale/it/LC_MESSAGES/django.po index 01407ab45..e541260e6 100644 --- a/horilla/locale/it/LC_MESSAGES/django.po +++ b/horilla/locale/it/LC_MESSAGES/django.po @@ -12115,4 +12115,3 @@ msgstr "Carica un file XLSX valido." msgid "Progress" msgstr "Avanzamento" - diff --git a/horilla/settings.py b/horilla/settings.py index 173d3e2ff..c542fba0d 100755 --- a/horilla/settings.py +++ b/horilla/settings.py @@ -211,6 +211,7 @@ LANGUAGES = ( ("pt-br", "Português (Brasil)"), ("zh-hans", "Simplified Chinese"), ("zh-hant", "Traditional Chinese"), + ("it", "Italian"), ) diff --git a/static/images/ui/it.png b/static/images/ui/it.png new file mode 100644 index 000000000..1383c48c9 Binary files /dev/null and b/static/images/ui/it.png differ