1234567891011121314 |
- var buildDistanceInWordsLocale = require('./build_distance_in_words_locale/index.js')
- var buildFormatLocale = require('./build_format_locale/index.js')
- /**
- * @category Locales
- * @summary Spanish locale.
- * @author Juan Angosto [@juanangosto]{@link https://github.com/juanangosto}
- * @author Guillermo Grau [@guigrpa]{@link https://github.com/guigrpa}
- * @author Fernando Agüero [@fjaguero]{@link https://github.com/fjaguero}
- */
- module.exports = {
- distanceInWords: buildDistanceInWordsLocale(),
- format: buildFormatLocale()
- }
|