UNPKG

marko-i18next

Version:

Components to use i18next in Marko templates.

6 lines (4 loc) 119 B
'use strict'; module.exports = function (input, out) { out.write(out.stream.req.t(input.key, input['*'] || {})); };