var buildDistanceInWordsLocale = require('./build_distance_in_words_locale/index.js') var buildFormatLocale = require('./build_format_locale/index.js') /** * @category Locales * @summary Arabic locale (Modern Standard Arabic - Al-fussha). * @author Abdallah Hassan [@AbdallahAHO]{@link https://github.com/AbdallahAHO} */ module.exports = { distanceInWords: buildDistanceInWordsLocale(), format: buildFormatLocale() }