miharejec opened a new pull request, #40287: URL: https://github.com/apache/superset/pull/40287
**SUMMARY** The "Range type" label in the DateFilter popover was showing untranslated in Slovenian. The translation entries for `"Range Type"` and `"Range type"` existed in the `.po` file but were marked as `#, fuzzy`, which means they are ignored by the translation system. This PR removes the fuzzy flag and corrects the translation casing to `"Tip obdobja"`. **TESTING INSTRUCTIONS** Configure Superset with Slovenian locale Open a chart or dashboard time range filter The label above the range type dropdown should now show "Tip obdobja" instead of "Range type" **ADDITIONAL INFORMATION** - Changes UI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
