Here is the base path for bat_type entity: admin/bat/config/types/manage/%bat_type
|
'base path' => 'admin/bat/config/types/manage/%bat_type', |
When entity translations are done using entity_translation module, then entity_translation programatically adds menu routes of such pattern: <base_path>/edit/add/%/%
in case of bat_type entity the full path will have 10 components:
admin/bat/config/types/manage/%bat_type/edit/add/%/%
but Drupal 7 supports only maximum 9 parts in menu path:

so as I result we will get 404 Not Found errors for translate pages of bat_type entity:
