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

Implement mapping feature for URL name -> language name #2

Closed
mikehaertl opened this issue Mar 13, 2013 · 1 comment
Closed

Implement mapping feature for URL name -> language name #2

mikehaertl opened this issue Mar 13, 2013 · 1 comment

Comments

@mikehaertl
Copy link
Owner

It could be useful to map URL values to languages, e.g. english in URL is mapped en. Or also en to en_gb. We could configure it like this:

<?php
'languages' => array(
    'de',
    'en' => 'en_gb',
    'fr',
),
@mikehaertl
Copy link
Owner Author

Implemented in 1.1.3.

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