- π΅πΉPortugal kallado
@Ctrlfreq The module
Auto Taxonomy Term Translate β allows taxonomy translations.
auto_node_translate doesn't currently support taxonomies, which causes an error when listing terms of a taxonomy that is user-translatable.
1. Create new vocabulary, set primary language and enable translation
2. Create a new term in the vocabulary
3. On the Taxonomy admin, click "List Terms" on the new vocabulary
4. 500 Error
drush ws --extended --count 1
ID Date Type Severity Message
-------- -------------- ------ ---------- ------------------------------------------------------------------------------------------------------------------------------------------------
389214 05/Dec 19:52 php Error Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("taxonomy_term") to generate a URL for route "entity.taxonomy_term.auto_translation_add". in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 181 of /var/www/html/web/core/lib/Drupal/Core/Routing/UrlGenerator.php).
Extend auto node translation capability to taxonomy term entities.
Add translation form to taxonomy_term
None
Fixed
2.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@Ctrlfreq The module
Auto Taxonomy Term Translate β
allows taxonomy translations.