Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Oct 2012 at 21:51 UTC
Updated:
29 Jul 2014 at 21:26 UTC
Jump to comment: Most recent
Comments
Comment #1
jibran#1827424: Parse annotations recursively is fixed.
Comment #2
amateescu commentedBundles and view modes have their own info hooks now and can be translated just fine with t().
Comment #3
andypostNeither
hook_entity_view_mode_info()nor bundle() before #1735118: Convert Field API to CMI have enough context to be translatableComment #4
amateescu commentedI have no idea what you're trying to say. What context?
Comment #5
andypostI mean translation context. Bundles would be config entities that have config translation.
But view modes as they defined within hook looks like content context of translation
Comment #6
berdirIt's up to the implementation to make bundle translatable, and as most are now config based, they implicitly rely on config translation. Same for view modes, which are now config.
Comment #7
berdirUps.