-
Notifications
You must be signed in to change notification settings - Fork 33
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
Make i18n URL query parameter name configurable and add support for path variable. #71
Closed
4 tasks done
Comments
jeevatkm
changed the title
Make i18n URL query parameter name configurable.
Make i18n URL query parameter name configurable and add support for path variable.
Jun 15, 2017
I don't understand the second item on the checklist.. Can you explain that better ? |
I have update the design description. Path variable value is accessible via |
Ok, I see you updated the config structure (from |
You no need to close #73, continue to update and push changes to the same PR. |
adelowo
pushed a commit
to adelowo/aah
that referenced
this issue
Jun 17, 2017
No issues, I will take care, Thanks. |
jeevatkm
pushed a commit
that referenced
this issue
Jun 19, 2017
jeevatkm
added a commit
that referenced
this issue
Jun 19, 2017
jeevatkm
added a commit
to go-aah/tools
that referenced
this issue
Jun 19, 2017
jeevatkm
added a commit
to go-aah/docs
that referenced
this issue
Jul 12, 2017
Merged
jeevatkm
added a commit
to go-aah/app-templates
that referenced
this issue
Jul 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bringing more then one options of internationalization and localization override. Default is based on HTTP header
Accept-Language
. However real world usage requires overrides too.aah framework provides override via -
/:lang/home.html
,/:lang/aboutus.html
, etc.* For e.g.:
/en/home.html
,/en/aboutus.html
,/zh-CN/home.html
,/zh-CN/aboutus.html
etc.?lang=en
,?lang=zh-CN
, etc. This is already supported, just we have to make param name configurable.Note: Query parameter takes precedence of all.
aah.conf:
The text was updated successfully, but these errors were encountered: