Loris icon indicating copy to clipboard operation
Loris copied to clipboard

[dictionary] Description override should be per-language, not global

Open driusan opened this issue 4 months ago • 0 comments

The parameter_type_override from the dictionary and datadict module allows a field description to be overridden. However, there is one override per language. This does not make sense in a multi-lingual context, as the user expects the override to only override their current interface language.

We should add a language dimension to the parameter_type_override functionality where either it only overrides the current language, or explicitly asks the user which language they want to override.

driusan avatar Sep 12 '25 19:09 driusan