Aron HERRERA PONTE

Results 2 comments of Aron HERRERA PONTE

> [@aron-skaleet](https://github.com/aron-skaleet) "But after removing the .... ", removing what please ? Hello @lc3t35 I have removed ``````in my original code because my component is already contained for another View...

Hello, you can use: var i18n = require("gettext.js")(); const locale = "en"; const json = require("en.json"); i18n.loadJSON(json, ""); i18n.setLocale(locale); i18n.dcnpgettext(undefined, "ExampleContext", "I have one car", "I have two cars", 1);...