12345678910111213 |
- var buildDistanceInWordsLocale = require('./build_distance_in_words_locale/index.js')
- var buildFormatLocale = require('./build_format_locale/index.js')
- /**
- * @category Locales
- * @summary Dutch locale.
- * @author Jorik Tangelder [@jtangelder]{@link https://github.com/jtangelder}
- * @author Ruben Stolk [@rubenstolk]{@link https://github.com/rubenstolk}
- */
- module.exports = {
- distanceInWords: buildDistanceInWordsLocale(),
- format: buildFormatLocale()
- }
|