index.js 464 B

12345678910111213
  1. var buildDistanceInWordsLocale = require('./build_distance_in_words_locale/index.js')
  2. var buildFormatLocale = require('./build_format_locale/index.js')
  3. /**
  4. * @category Locales
  5. * @summary Indonesian locale.
  6. * @author Rahmat Budiharso [@rbudiharso]{@link https://github.com/rbudiharso}
  7. * @author Benget Nata [@bentinata]{@link https://github.com/bentinata}
  8. */
  9. module.exports = {
  10. distanceInWords: buildDistanceInWordsLocale(),
  11. format: buildFormatLocale()
  12. }