Merge pull request #1156 from gracile-fr/master

Amend short form of French months (continuing #64)
This commit is contained in:
Dan Stillman 2017-01-17 01:33:17 -05:00 committed by GitHub
commit 8a759dcae3
2 changed files with 4 additions and 4 deletions

View File

@ -306,13 +306,13 @@
"mar",
"avr",
"mai",
"jun",
"jul",
"juin",
"juil",
"aoû",
"sep",
"oct",
"nov",
"dec"
"déc"
],
"long": [
"janvier",

View File

@ -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",