baloo git master src/kioworkers/tags/kio_tags.cpp function TagsProtocol::ParseResult::createUDSEntryForTag contains if (tagSection == tag) { displayType = i18n("Tag"); [...] else if (!tag.isEmpty()) { displayType = i18n("Tag Fragment"); [...] I was translating "tag" as a verb (to tag) but on encountering the string "All Tags" I got a doubt whether it is intended as a noun. Please provide i18n context for disambiguation.
Thanks for reporting this!
Git commit d9b700491d762aae3d49fa80034b1eaaa8cb827b by Nate Graham. Committed on 15/05/2023 at 20:33. Pushed by ngraham into branch 'master'. tags: Add translation context to two ambiguous strings M +2 -2 src/kioworkers/tags/kio_tags.cpp https://invent.kde.org/frameworks/baloo/commit/d9b700491d762aae3d49fa80034b1eaaa8cb827b