Commit 9ff3f8796af977e34bc6cf805deb65bd24727ddf

Authored by Cristian
Committed by GitHub
1 parent 656cc142

Update it-IT.js

add 'time' key in italian language
Showing 1 changed file with 10 additions and 1 deletions   Show diff stats
src/locale/lang/it-IT.js
... ... @@ -94,6 +94,15 @@ const lang = {
94 94 star: 'Stella',
95 95 stars: 'Stelle'
96 96 },
  97 + time: {
  98 + before: 'fa',
  99 + after: ' dopo',
  100 + just: 'adesso',
  101 + seconds: ' secondi',
  102 + minutes: ' minuti',
  103 + hours: ' ore',
  104 + days: ' giorni'
  105 + },
97 106 tree: {
98 107 emptyText: 'Nessun Risultato'
99 108 }
... ... @@ -102,4 +111,4 @@ const lang = {
102 111  
103 112 setLang(lang);
104 113  
105   -export default lang;
106 114 \ No newline at end of file
  115 +export default lang;
... ...