Open sebastienros opened 1 month ago
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
In this PR https://github.com/OrchardCMS/OrchardCore/pull/16208
Culture
was introduced to represent the selected culture for the context. We should just be able to return a new ObjectValue with the current culture in it and not have to proxy every property sinceCultureInfo
is already registered.supported_cultures
should not be a filter, because it's not using theinput
. We could pass anything to it and it would still work. I suggest we register a FluidValue likeSupportedCultures
so we can writefor cultures in SupportedCultures
.XXXFluidAccessor
then register it, likeEnvironment
,Culture
, ...