-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working in Meteor 1.3 beta 4 #139
Comments
Hi, Unfortunately I don't have the resources to add support for beta Meteor releases. Please note that during Meteor v1.2 betas tap:i18n didn't work for various reasons that weren't related to tap:i18n itself and got fixed by the time v1.2 got stable. Upon v1.2 release minor modifications needed to support the new release. If a support for v1.3 beta is critical to your project now, you can contact my Meteor Consultancy for help. Thanks, |
@theosp I understand why ;) Looks like it got fixed in |
Thanks for the update, -Daniel |
I've created a repo to reproduce: https://github.com/st3phan/meteor-1.3-beta.4-TAPi18n
The repo has 2 branches:
master => Meteor 1.2.1 (working)
1.3-beta.4 = Meteor 1.3 beta 4 (not working)
Also in 1.3-beta.4
project-tap.i18n
is needed (can be empty) to get rid of theUncaught Error: No such function: _
error.But I can't seem to get the right value for
i18n_files_route
.Any pointers?
The text was updated successfully, but these errors were encountered: