OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.45k stars 2.4k forks source link

OrchardCore.Translations.All is not referenced by OrchardCore.Application.Cms.Core.Targets #17035

Open Skrypt opened 3 days ago

Skrypt commented 3 days ago

If someone wants to use a module it should be properly translated at all time. I suggest we move the reference to OrchardCore.Application.Cms.Core instead.

Unless what we expected was translations would not be supported when using OrchardCore.Application.Cms.Core.Targets on a web project instead of the latter.

The goal for us is to not load all the themes that comes with Orchard while still being able to use DataAnnotations translations.