Open vuongngo opened 9 years ago
Same error here
A dirty way to fix it is to assign TAPi18n.conf.supported_languages with a list of langs. Hope it helps!
Same error here (packages/tap_i18n-db/packages/tap_i18n-db.js:352:1 same as issue 19) Tested on Meteor 1.2.0.2
@theosp Is this package being actively maintained?
Thanks for your attention.
Same issue here.
@vuongngo you solution works, but it seams like TAPi18n doesn't pick up the supported languages or they have moved to somewhere else than TAPi18n.config.supported_languages
@vuongngo thanks,
work with TAPi18n.conf.supported_languages = ['en', 'fr'];
I guess this should be solved so that the actual implementation should work, rather than us all doing workarounds.
Works for me, thanks
Hi, I just update all meteor packages and got this error. Current tap-i18n-db package is 0.4.0 and meteorjs is 1.2.0.1. I reckon that similar issue has been fixed with meteorjs 1.2 but not sure if it is identical with this. Thanks!