Skip to content
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

Package translations not working with Meteor 1.3 (beta 8) #143

Closed
nicooprat opened this issue Feb 16, 2016 · 8 comments
Closed

Package translations not working with Meteor 1.3 (beta 8) #143

nicooprat opened this issue Feb 16, 2016 · 8 comments

Comments

@nicooprat
Copy link

Couldn't make it work with latest version of Meteor 1.3. Tried a lot of configurations based on the docs and code from live apps like Telescope, but all strings was displayed with their keys and not their values. No problem with project-level translations though.

Anyone got it to work ? Is it a known issue ?

@SachaG
Copy link
Contributor

SachaG commented Feb 23, 2016

I think it's a known issue. For Nova I've temporarily removed i18n.

@Andrew1431
Copy link

Any progress on this...

@luckyyang
Copy link

Any progress on this?

@Andrew1431
Copy link

@luckyyang we moved our translations from each package in to a seperate translations package that loads before all other packages. This solution got all the translations working properly.

@nicooprat
Copy link
Author

I stopped using packages at all and followed more or less the Mantra spec https://github.com/kadirahq/mantra

@derwaldgeist
Copy link

Any solution for this?

@deehuey
Copy link

deehuey commented Jul 11, 2017

Yeah, with latest Meteor you can use npm modules, so I would suggest just switching to the normal npm tapi18n package, and using imports.

@derwaldgeist
Copy link

Hm. How exactly does that solve my problem that i18n does not work in Meteor packages? I don't want to switch the app's packages to npm packages, because I want to keep it in a modular fashion. Reason is that I am sharing a lot of the Meteor packages across apps.

@theosp theosp closed this as completed Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants