https://github.com/parisek/custom_i18n_redirect
Custom i18n redirect module which fixes redirect issues when access node page with different language
https://github.com/parisek/custom_i18n_redirect
drupal drupal-module drupal7 i18n php
Last synced: 4 months ago
JSON representation
Custom i18n redirect module which fixes redirect issues when access node page with different language
- Host: GitHub
- URL: https://github.com/parisek/custom_i18n_redirect
- Owner: parisek
- License: mit
- Created: 2019-03-07T14:19:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T14:25:50.000Z (about 7 years ago)
- Last Synced: 2025-05-22T06:45:36.322Z (about 1 year ago)
- Topics: drupal, drupal-module, drupal7, i18n, php
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom i18n redirect module
Fixed issue when someone tried to access "node/123" in EN but original node language is different. It will create duplications, **i18n_redirect** should solve this but patch is not merged.
# Installation
1. Turn off i18n_redirect module
2. Enable custom_i18n_redirect module
3. Clear cache
# Issues
- https://www.drupal.org/project/globalredirect/issues/1653194
- https://www.drupal.org/node/1514166#comment-11657665