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

Localizable URLs #511

Closed
arjan opened this issue Jan 29, 2013 · 2 comments
Closed

Localizable URLs #511

arjan opened this issue Jan 29, 2013 · 2 comments

Comments

@arjan
Copy link
Member

arjan commented Jan 29, 2013

It would be nice to have the URLs gettextable.

A dispatch rule could look like this:

{rule, [?__("browse")], controller_page, ...}

or something. Or is this very hard because the dispatching is on a higher level?

@mworrell
Copy link
Member

You could do this by expanding the urls when the dispatcher reloaded, maybe setting an implicit z_language option in the dispatch options...

Sent from my iPad

On 29 jan. 2013, at 17:16, Arjan Scherpenisse notifications@github.com wrote:

It would be nice to have the URLs gettextable.

A dispatch rule could look like this:

{rule, [?__("browse")], controller_page, ...}
or something. Or is this very hard because the dispatching is on a higher level?


Reply to this email directly or view it on GitHub.

@mworrell
Copy link
Member

BTW I would also like translatable slugs...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants