Skip to content

Commit

Permalink
Create jquery.prettydate-it.js
Browse files Browse the repository at this point in the history
Italian translation.
  • Loading branch information
Alberto committed Jul 24, 2013
1 parent dd9dfe5 commit e9a9aa8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions i18n/jquery.prettydate-it.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* Italian */
$.extend($.prettyDate.messages, {
now: 'adesso',
minute: '1 minuto fa',
minutes: $.prettyDate.template('{0} minuti fa'),
hour: '1 ora fa',
hours: $.prettyDate.template('{0} ore fa'),
yesterday: 'ieri',
dayBeforeYesterday: 'l\'altro ieri',
days: $.prettyDate.template('{0} giorni fa'),
week: '1 settimana fa',
weeks: $.prettyDate.template('{0} settimane fa'),
month: 'un mese fa',
months: $.prettyDate.template('{0} mesi fa'),
year: 'un anno fa',
years: $.prettyDate.template('{0} anni fa')
});

0 comments on commit e9a9aa8

Please sign in to comment.