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 84ee21a commit ade9c65Copy full SHA for ade9c65
src/cldr/date-field-name.js
@@ -1,6 +1,6 @@
1
import { localeInfo } from './info';
2
3
-export default function(options, locale = "en") {
+export default function dateFieldName(options, locale = "en") {
4
const info = localeInfo(locale);
5
const dateFields = info.calendar.dateFields || {};
6
const fieldNameInfo = dateFields[options.type] || {};
0 commit comments