Hello,
I have a problem with updating “universe:i18n” to version 2.0.0.
I have functions that server side create the content of some files, and I use “createTranslator” to set on the SERVER the language they should have.
createTranslator was removed in version 2.0.0.
How can I replace it?
example:
const t = i18n.createTranslator(‘’, lang);
var record = t(category.name’);
Also I read that for Blaze it is deprecated.
Do you have any suggestions of an alternative package for blaze?
Thank you very much for your help.