about summary refs log tree commit diff
path: root/app/assets/javascripts/components/locales/index.jsx
diff options
context:
space:
mode:
authorMatteo Aquila <matteoaquila@users.noreply.github.com>2017-04-19 16:40:45 +0200
committerEugen <eugen@zeonfederated.com>2017-04-19 16:40:45 +0200
commita3486e0543f76581441380fdf2975d596a6be1c6 (patch)
tree9bb5f79e0e56688888a4c5cc1d47d79d675e7d63 /app/assets/javascripts/components/locales/index.jsx
parent30183c0a7468278b51384945ba0a885d8eb0bbfd (diff)
Completed Italian translation (#2151)
* Added it.jsx

* Update index.jsx

* Update mastodon.jsx
Diffstat (limited to 'app/assets/javascripts/components/locales/index.jsx')
-rw-r--r--app/assets/javascripts/components/locales/index.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/locales/index.jsx b/app/assets/javascripts/components/locales/index.jsx
index b8b68e362..35823748a 100644
--- a/app/assets/javascripts/components/locales/index.jsx
+++ b/app/assets/javascripts/components/locales/index.jsx
@@ -3,6 +3,7 @@ import de from './de';
 import es from './es';
 import hr from './hr';
 import hu from './hu';
+import it from './it';
 import fr from './fr';
 import nl from './nl';
 import no from './no';
@@ -23,6 +24,7 @@ const locales = {
   es,
   hr,
   hu,
+  it,
   fr,
   nl,
   no,