<div dir="ltr">The admin console doesn&#39;t currently reload messages at runtime. This just doesn&#39;t work for development as you have to reload the server each time to get new messages.<div><br></div><div>Any caching of messages (or theme resources in general) should be added to ExtendingThemeManager and made available to all uses of a theme. ExtendingThemeManager already has some caching capability and it&#39;s configurable so can be disabled during development.</div><div><br></div><div>Caching of message bundles would actually be much more important to have for login screens than for the admin console.</div><div><br></div><div>For now I&#39;m removing AdminMessagesLoader and I&#39;ll add caching to ExtendingThemeManager soon.</div></div>