gae-init / gae-init-babel

Fork of gae-init with Babel
http://babel.gae-init.appspot.com
MIT License
26 stars 9 forks source link

International URLs #76

Open bekab95 opened 6 years ago

bekab95 commented 6 years ago

Can you add international URLs ? with blueprints or without it..

https://stackoverflow.com/questions/49496761/two-language-flask-site-with-or-without-blueprints/49948870#49948870

this is my solution without babel, only mongodb translations have in my current app and it work but i need to know better way to have international URLs and logic for switching languages :)

lipis commented 6 years ago

It's quite a substantial change and I've done it in other projects, but there are no plans to do implement it here.

This answer looks nice..

bekab95 commented 6 years ago

Can you show me example like mine ? I want to know if I am correctly developing app with International URLs..

lipis commented 6 years ago

The project is not public so I can't show much.. but the answer in stack overflow looks legit..

bekab95 commented 6 years ago

@lipis I am using JS for switching lang and is is possible with get method ? please give me some parts from your implementation if it is possible..