-
Notifications
You must be signed in to change notification settings - Fork 17
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
insert failed: TAPi18n is not supported #26
Comments
Same problem here |
In my case it works updating |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1337 |
+1 |
-1 does not work. even tried to downgrade from 1.8.2, still not working |
+1 |
+1 |
Hi, I had the similar problem but I made it work. Here I will try to explain the reason and the solution of the problem. Basically this is an issue of project settings. I am using tap:[email protected] and tap:[email protected] Why this problem occurs? Solution (how it worked for me) Step 2: I created another file in the project's top directory project-tap.i18n and added the following lines:
Here I used English, Chinese, and Russian as supported languages but your ones might be different based on your need. Note: If your desired language for translation is not listed in this file you CAN NOT insert the translation in the db. Summary: You need to have i18n folder with at least one language file in it and set supported languages in project-tap.i18n file. Hope it helps. Cheers! |
Hello, |
Did anyone get this working besides @mahfuzmohammad ? Does this lib work with Meteor 1.8? |
I put together a demo project the other day and things were working. Today, I decided to implement tap-i18n-db into my core project and when trying to seed the database with:
Interests.insertTranslations({slug: "ball-hockey", name: "Ball Hockey"});
I'm getting the error:
insert failed: TAPi18n is not supported
I have no idea what's causing this. I'm following the docs. Any ideas?
The text was updated successfully, but these errors were encountered: