pathauto_i18n.info |
pathauto_i18n.info |
|
name = Pathauto i18n
description = Provides the ability to add aliases for multilanguage content
core = 7.x
dependencies[] = pathauto
dependencies[] = locale
files[] = tests/pathauto_i18n.test.inc
files[] = tests/pathauto_i18n_node.test
files[] =… |
pathauto_i18n.install |
pathauto_i18n.install |
|
Install, update and uninstall functions for the Pathauto i18n module. |
pathauto_i18n.module |
pathauto_i18n.module |
|
Provides common functions and callbacks for pathauto_i18n submodules. |
pathauto_i18n.test.inc |
tests/pathauto_i18n.test.inc |
|
Tests for the pathauto_i18n node module. |
pathauto_i18n_node.info |
modules/pathauto_i18n_node/pathauto_i18n_node.info |
|
name = Pathauto i18n node
description = Provides the ability to add aliases for multilanguage nodes
core = 7.x
dependencies[] = node
dependencies[] = pathauto_i18n |
pathauto_i18n_node.module |
modules/pathauto_i18n_node/pathauto_i18n_node.module |
|
Provides tools for creating multilanguage aliases for nodes. |
pathauto_i18n_node.test |
tests/pathauto_i18n_node.test |
|
|
pathauto_i18n_taxonomy.info |
modules/pathauto_i18n_taxonomy/pathauto_i18n_taxonomy.info |
|
name = Pathauto i18n taxonomy
description = Provides the ability to add aliases for multilanguage taxonomy
core = 7.x
dependencies[] = pathauto_i18n
dependencies[] = taxonomy |
pathauto_i18n_taxonomy.module |
modules/pathauto_i18n_taxonomy/pathauto_i18n_taxonomy.module |
|
Provides tools for creating multilanguage aliases for taxonomy terms. |
pathauto_i18n_taxonomy.test |
tests/pathauto_i18n_taxonomy.test |
|
|
pathauto_i18n_user.info |
modules/pathauto_i18n_user/pathauto_i18n_user.info |
|
name = Pathauto i18n user
description = Provides the ability to add aliases for multilanguage user
core = 7.x
dependencies[] = pathauto_i18n |
pathauto_i18n_user.module |
modules/pathauto_i18n_user/pathauto_i18n_user.module |
|
Provides tools for creating multilanguage aliases for users. |
pathauto_i18n_user.test |
tests/pathauto_i18n_user.test |
|
|
README.txt |
README.txt |
|
README.txt
==========
This module provides functionality to create aliases for each language.
USAGE:
==========
Set up and use:
1) Install and activate the module.
2) Enable multilingual support for nodes(needs only for nodes)
3) Configure alias… |