var locale = require('relative-time-format/locale/zh-Hans-SG') module.exports = { locale: locale.locale, // Standard styles. long: locale.long, short: locale.short, narrow: locale.narrow }