UNPKG
marko-i18next
Version:
latest (0.2.1)
0.2.1
0.2.0
Components to use i18next in Marko templates.
github.com/gunjam/marko-i18next
gunjam/marko-i18next
marko-i18next
/
taglib
/
i18n-message.js
6 lines
(4 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
=
function
(
input, out
) { out.
write
(out.
stream
.
req
.
t
(input.
key
, input[
'*'
] || {})); };