- Issue created by @mitechworld
- Merge request !123544159-missing-translations-for: Wrap the relevancy_level with t function → (Open) created by mitechworld
There is only translation available for relevance suggestions for field
in the User interface translation. But when searching for relevancy levels (High and Medium), they are missing.
In the code, High and Medium are not translatable.
$relevancy = $relevancy_level == 'h' ? 'High' : 'Medium';
Needs work
1.0
Code