4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
export default function ({i18n}, text, options) {
|
|
return i18n.t(text, options || {});
|
|
}
|