mirror of
https://github.com/samsonjs/strftime.git
synced 2026-03-25 09:05:48 +00:00
Add locale identifier to example in readme
This commit is contained in:
parent
12088240fc
commit
93aaf1eac6
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ If you want to localize it:
|
|||
```JavaScript
|
||||
var strftime = require('strftime') // not required in browsers
|
||||
var it_IT = {
|
||||
identifier: 'it-IT',
|
||||
days: ['domenica', 'lunedi', 'martedi', 'mercoledi', 'giovedi', 'venerdi', 'sabato'],
|
||||
shortDays: ['dom', 'lun', 'mar', 'mer', 'gio', 'ven', 'sab'],
|
||||
months: ['gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue