responsible-ai-toolbox icon indicating copy to clipboard operation
responsible-ai-toolbox copied to clipboard

Localization strings in core-ui should be with prefix Localization.Core instead of Localization.Interpret

Open tongyu-microsoft opened this issue 3 years ago • 0 comments

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.

tongyu-microsoft avatar Apr 12 '22 20:04 tongyu-microsoft