|
Bugzilla – Full Text Bug Listing |
| Summary: | Pattern groups are not translated | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Ladislav Slezák <lslezak> |
| Component: | libzypp | Assignee: | Michael Schröder <mls> |
| Status: | RESOLVED UPSTREAM | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | lnussel, mls |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Screenshot: yast2 sw_single in de_DE.UTF-8 | ||
|
Description
Ladislav Slezák
2024-01-11 14:44:14 UTC
Created attachment 871783 [details]
Screenshot: yast2 sw_single in de_DE.UTF-8
It's the same in YaST: The UI is translated, package summaries and patterns are translated, only pattern categories are not.
This is from Leap 15.5 with the latest YaST:Head.
(In reply to Ladislav Slezák from comment #0) > I verified that the groups are correctly translated in the > *-susedata.cs.xml.gz repository metadata file. For example it contains > <pattern-category lang="cs">Grafická rozhraní</pattern-category> for the > "patterns-kde-kde_plasma" package. Hard to judge for me. The libsolv parser responds to > { STATE_SOLVABLE, "category", STATE_CATEGORY, 1 } > i.e <category> @mls: I don't know what tag was negotiated between the metadata generator and libsolv's parser. "patten-category" is actually the name of the *provides* in the pattern package, it was always <category> in the xml. It's coming from the following commit: https://github.com/openSUSE/instsource-susedata/commit/347a06b3a21f13d7f0b1f21e4d40b11dfd152389 FATE/JIRA: https://jira.suse.com/browse/SLE-3047 Didn't anybody try this at all? @Ludwig, would you take and fix this? I'm no longer in that business I opened https://github.com/openSUSE/instsource-susedata/issues/4 for this. |