Skip to content

Commit

Permalink
feat(translation): Add italian translation
Browse files Browse the repository at this point in the history
Signed-off-by: TheGr8Nik <andrea.niklaus@gmail.com>
  • Loading branch information
TheGr8Nik committed Apr 13, 2016
1 parent 2034cc6 commit d610aeb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/defaultTranslations/relative.time.js
Expand Up @@ -50,6 +50,35 @@ export const translations = {
'year_in_plural': 'in __count__ years'
}
},
it: {
translation: {
'now': 'adesso',
'second_ago': '__count__ secondo fa',
'second_ago_plural': '__count__ secondi fa',
'second_in': 'in __count__ secondo',
'second_in_plural': 'in __count__ secondi',
'minute_ago': '__count__ minuto fa',
'minute_ago_plural': '__count__ minuti fa',
'minute_in': 'in __count__ minuto',
'minute_in_plural': 'in __count__ minuti',
'hour_ago': '__count__ ora fa',
'hour_ago_plural': '__count__ ore fa',
'hour_in': 'in __count__ ora',
'hour_in_plural': 'in __count__ ore',
'day_ago': '__count__ giorno fa',
'day_ago_plural': '__count__ giorni fa',
'day_in': 'in __count__ giorno',
'day_in_plural': 'in __count__ giorni',
'month_ago': '__count__ mese fa',
'month_ago_plural': '__count__ mesi fa',
'month_in': 'in __count__ mese',
'month_in_plural': 'in __count__ mesi',
'year_ago': '__count__ anno fa',
'year_ago_plural': '__count__ anni fa',
'year_in': 'in __count__ anno',
'year_in_plural': 'in __count__ anni'
}
},
de: {
translation: {
'now': 'jetzt gerade',
Expand Down

0 comments on commit d610aeb

Please sign in to comment.