#19853·OrchardCore

Media localization entries are obsolete in 4.0

Author: sebastienrosCreated Sep 10, 2026Updated Sep 17, 2026

The French catalog contains translations under the old OrchardCore.Media.Views.Admin.MediaApplication context. The current code looks them up under OrchardCore.Media.Services.MediaJSLocalizer, which is missing from that catalog.

So I assume all old entries are now obsolete and need to be updated, even if we tried to reuse the same names. Maybe we could change the API to use the old prefix if possible? Or is this an extractor concern?