Closed benderskiy closed 9 years ago
Comes from these lines: https://github.com/TAPevents/tap-i18n-db/blob/master/tap_i18n_db-server.coffee#L17-L18
Make sure you followed Step 6 of the Getting Started: https://github.com/TAPevents/tap-i18n-db#getting-started
-Daniel Meteor Developer
@theosp thanks for a quick response!
If you already use tap-i18n to internationalize your UI, you are done!
I've understood it so that, meteor add tap-i18n is enough, but without project-tap.i18n it doesn't work either.
Anyway, fixed it now, thank you for your help!
Hello,
I have a Meteor application with some collections I want to translate now, I've added both i18n and i18n-db plugins, then I've made the following changes:
instead of
In my application the collection seems to be empty afterwards
Meteor console has a following error:
app\collections\collections.js:8:
Any feedback will be appreciated!
Regards