responsible-ai-toolbox
responsible-ai-toolbox copied to clipboard
Localization strings in core-ui should be with prefix Localization.Core instead of Localization.Interpret
Localization strings in core-ui wasn't moved properly when it was moved to core. For example, in CohortEditorFilter.tsx,
we shouldn't use
Localization.Interpret.CohortEditor
should be:
Localization.Core.CohortEditor.
We need to update all core related strings into Localization.Core.