Merge pull request #1156 from gracile-fr/master
Amend short form of French months (continuing #64)
This commit is contained in:
commit
8a759dcae3
|
@ -306,13 +306,13 @@
|
|||
"mar",
|
||||
"avr",
|
||||
"mai",
|
||||
"jun",
|
||||
"jul",
|
||||
"juin",
|
||||
"juil",
|
||||
"aoû",
|
||||
"sep",
|
||||
"oct",
|
||||
"nov",
|
||||
"dec"
|
||||
"déc"
|
||||
],
|
||||
"long": [
|
||||
"janvier",
|
||||
|
|
|
@ -9,7 +9,7 @@ describe("Zotero.Date", function() {
|
|||
"October", "November", "December"
|
||||
];
|
||||
var frenchShort = [
|
||||
"jan", "fév", "mar", "avr", "mai", "jun", "jul", "aoû", "sep", "oct", "nov", "dec"
|
||||
"jan", "fév", "mar", "avr", "mai", "juin", "juil", "aoû", "sep", "oct", "nov", "déc"
|
||||
];
|
||||
var frenchLong = [
|
||||
"janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre",
|
||||
|
|
Loading…
Reference in New Issue
Block a user