Bug 469432 - Please give i18n context at kio_tags.cpp strings "Tag" and "Tag Fragment"
Summary: Please give i18n context at kio_tags.cpp strings "Tag" and "Tag Fragment"
Status: RESOLVED FIXED
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Tags (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR task
Target Milestone: ---
Assignee: baloo-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-07 02:55 UTC by Oliver Kellogg
Modified: 2023-05-15 20:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Kellogg 2023-05-07 02:55:49 UTC
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.
Comment 1 Nate Graham 2023-05-15 20:31:22 UTC
Thanks for reporting this!
Comment 2 Nate Graham 2023-05-15 20:36:41 UTC
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