We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b7be1 commit dd192a7Copy full SHA for dd192a7
src/locale/fr.js
@@ -34,7 +34,7 @@ const locale = {
34
yy: '%d ans'
35
},
36
ordinal: (n) => {
37
- const o = n === 1 ? 'er' : 'e'
+ const o = n === 1 ? 'er' : ''
38
return `${n}${o}`
39
}
40
0 commit comments