python-babel / flask-babel

i18n and l10n support for Flask based on Babel and pytz
https://python-babel.github.io/flask-babel/
Other
444 stars 159 forks source link

Using it on javascript #93

Closed julianCast closed 8 years ago

julianCast commented 8 years ago

Hello! My project is full working, but so far I've only translated .jinja and .py. How can I make it work with javascript files? I do the extract,compilation, and I get all the string ..but return gettext is not defined. I look at the tutorial but I didn't find a solutio for that, any clue? Thank you!

ghost commented 7 years ago

Issue is closed, but I have not found any solution for it. How did you solve this issue?