From e0f5ed2bab050eff360bc6f66bf243ec2e41b990 Mon Sep 17 00:00:00 2001 From: Miha Rejec Date: Wed, 20 May 2026 10:31:21 +0200 Subject: [PATCH] fix(i18n): add Slovenian translation for 'Range type' in DateFilter The 'Range type' and 'Range Type' translation entries were marked as fuzzy, so they were not being used. Remove the fuzzy flag and fix the translation casing from 'TIP OBDOBJA' to 'Tip obdobja'. --- superset/translations/sl/LC_MESSAGES/messages.po | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/superset/translations/sl/LC_MESSAGES/messages.po b/superset/translations/sl/LC_MESSAGES/messages.po index 9172e8dec797..ec0f80d509dd 100644 --- a/superset/translations/sl/LC_MESSAGES/messages.po +++ b/superset/translations/sl/LC_MESSAGES/messages.po @@ -9927,9 +9927,8 @@ msgstr "Doseg" msgid "Range Inputs" msgstr "Razponi" -#, fuzzy msgid "Range Type" -msgstr "TIP OBDOBJA" +msgstr "Tip obdobja" msgid "Range filter" msgstr "Filter obdobja" @@ -9940,9 +9939,8 @@ msgstr "Vtičnik za filter obdobja z uporabo AntD" msgid "Range labels" msgstr "Oznake razponov" -#, fuzzy msgid "Range type" -msgstr "TIP OBDOBJA" +msgstr "Tip obdobja" msgid "Ranges" msgstr "Razponi"