export default function ({i18n}, text, options) { return i18n.t(text, options || {}); }