Hi all,
I’m trying to use the tap:i18n strings for the error messages.
SimpleSchema.messages({
maxString: TAPi18n.__("MAXSTRING_ERROR");
});
This does not work and meteor process is killed with following error message
TypeError: Object #<Object> has no method 'en'
at [object Object].__ (packages/tap:i18n/lib/tap_i18n/tap_i18n-server.coffee:29:16)
Anyone has any idea on this? I may need a solution to https://github.com/aldeed/meteor-simple-schema/issues/176
@aldeed, can you please help me ?