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.35k stars 2.37k forks source link

HtmlField and HtmlBodyPart, UI localization #7295

Open PiemP opened 3 years ago

PiemP commented 3 years ago

Hi all,

I have see in the HtmlField-Trumbowyg.Edit.cshtml that exist the configuration that tell to trumbowyg which kind of language have to display. But I see that missings trumbowyg's localization files in the OrchardCore.Resources module. Is there a plan to introduce this files in OrchardCore.Resources? Thank you.

hishamco commented 3 years ago

I don't think it's a good idea to include all the Trumbowyg translation, but mention this in docs at least it will add a value, so the user can know how to localize the Trumbowyg

@agriffard your though

sebastienros commented 3 years ago

I agree that a guide to show how to download the required files and also to do any necessary changes that would be required in our templates.

PiemP commented 3 years ago

What is the best approach to do it? Create an admin theme and add somewhere the trumbowyg translation file?

Thank you

hishamco commented 3 years ago

@PiemP if you want to add the docs for this will be better, otherwise I will try to add it if I have a time, coz I need to update some other PRs that have higher priority than this