I found that currently we can't translate one pathauto rule to various languages.
Need to make propertie "pattern" translatable via module Configuration Translation.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vtkachenko created an issue. See original summary.

vtkachenko’s picture

This patch makes field "pattern" translatable.

Berdir’s picture

Status: Active » Needs work

Thanks, but this isn't enough yet.

See #2630382: "Strings to remove" option missing translation support, we need to ensure to match the config language with the entity language, as for example bulk generation can generate aliases for different languages in the same request/language.

Berdir’s picture

The way this is supposed to work now is to have language conditions, so you don't create translations, you create separate patterns for each language. I'm not sure about allowing translation too, that could get very complicated and confusing.

DamienMcKenna’s picture

Component: Code » I18n stuff