We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99691c5 commit bbe4ab1Copy full SHA for bbe4ab1
1 file changed
src/locale/km.js
@@ -33,7 +33,7 @@ const locale = {
33
y: 'មួយឆ្នាំ',
34
yy: '%d ឆ្នាំ'
35
},
36
- meridiem: (hour) => (hour > 12 ? 'ល្ងាច' : 'ព្រឹក')
+ meridiem: hour => (hour > 12 ? 'ល្ងាច' : 'ព្រឹក')
37
}
38
39
dayjs.locale(locale, null, true)
0 commit comments