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

Docs might note that when using po2json format setting 'jed1.x' is needed #40

Open
ezmiller opened this issue Dec 26, 2015 · 0 comments

Comments

@ezmiller
Copy link

My translations weren't working, and I had to search through the source code of po2json to discover that I needed to use the 'jed1.x' setting rather than just 'jed'. Might be worth noting this in the documentation.

So just to be clear, I needed to run

jedInitJson = po2json.parse(window.PRELOAD.TRANSLATIONS, {format: 'jed1.x'})

instead of

jedInitJson = po2json.parse(window.PRELOAD.TRANSLATIONS, {format: 'jed'})

Thanks for the great library!

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

1 participant