Skip to content

Commit

Permalink
Merge pull request #1409 from myxor/patch-1
Browse files Browse the repository at this point in the history
Update fr_FR locales.js: dow not part of date?
  • Loading branch information
gfwilliams authored Feb 8, 2022
2 parents 701fd4a + 1b576f5 commit 610a755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/locale/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ var locales = {
temperature: "°C",
ampm: { 0: "", 1: "" },
timePattern: { 0: "%HH:%MM:%SS ", 1: "%HH:%MM" },
datePattern: { 0: "%A %d %B %Y", "1": "%d/%m/%Y" }, // dimanche 1 mars 2020 // 01/03/2020
datePattern: { 0: "%d %B %Y", "1": "%d/%m/%Y" }, // 1 mars 2020 // 01/03/2020
abmonth: "janv,févr,mars,avril,mai,juin,juil,août,sept,oct,nov,déc",
month: "janvier,février,mars,avril,mai,juin,juillet,août,septembre,octobre,novembre,décembre",
abday: "dim,lun,mar,mer,jeu,ven,sam",
Expand Down

0 comments on commit 610a755

Please sign in to comment.