12345678910111213 |
- var buildDistanceInWordsLocale = require('./build_distance_in_words_locale/index.js')
- var buildFormatLocale = require('./build_format_locale/index.js')
- /**
- * @category Locales
- * @summary Japanese locale.
- * @author Thomas Eilmsteiner [@DeMuu]{@link https://github.com/DeMuu}
- * @author Yamagishi Kazutoshi [@ykzts]{@link https://github.com/ykzts}
- */
- module.exports = {
- distanceInWords: buildDistanceInWordsLocale(),
- format: buildFormatLocale()
- }
|