date-fns
Version:
Modern JavaScript date utility library
31 lines (30 loc) • 1.1 kB
JavaScript
// Same as nl
// import formatDistance from '../nl/_lib/formatDistance/index.js'
// import formatRelative from '../nl/_lib/formatRelative/index.js'
// import localize from '../nl/_lib/localize/index.js'
// import match from '../nl/_lib/match/index.js'
// Unique for nl-BE
// import formatLong from './_lib/formatLong/index.js'
/**
* @type {Locale}
* @category Locales
* @summary Dutch locale.
* @language Dutch
* @iso-639-2 nld
* @author Jorik Tangelder [@jtangelder]{@link https://github.com/jtangelder}
* @author Ruben Stolk [@rubenstolk]{@link https://github.com/rubenstolk}
* @author Lode Vanhove [@bitcrumb]{@link https://github.com/bitcrumb}
*/
// var locale = {
// formatDistance: formatDistance,
// formatLong: formatLong,
// formatRelative: formatRelative,
// localize: localize,
// match: match,
// options: {
// weekStartsOn: 1 /* Monday */,
// firstWeekContainsDate: 4
// }
// }
// export default locale
throw new Error('nl-BE locale is currently unavailable. Please check the progress of converting this locale to v2.0.0 in this issue on Github: TBA');