-
-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
taxonomy: Fix category taxonomy warnings #11167
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #11167 +/- ##
=======================================
Coverage 49.03% 49.03%
=======================================
Files 78 78
Lines 22374 22374
Branches 5363 5363
=======================================
Hits 10971 10971
Misses 10058 10058
Partials 1345 1345 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @raphael0202
@@ -63911,18 +63905,6 @@ hr: Pšenični škrob | |||
lt: Kviečių krakmolas | |||
nl: Tarwezetmelen | |||
|
|||
< en:Starches | |||
en: Tapioca |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to myself: Dupe to check
@@ -65890,6 +65874,10 @@ nl: Diepvries hartige taarten | |||
en: Frozen quiches | |||
fr: Quiches surgelées, Quiches salées surgelées | |||
|
|||
< en:Meals | |||
en: Combination Meals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to myself: check
@@ -107267,10 +107240,6 @@ fr: Pomme de terre Bintje | |||
hr: Bintje krumpir | |||
nl: Bintje aardappelen | |||
|
|||
< en:Potatoes | |||
en: Lady Christl potatoes | |||
fr: Pomme de terre Lady Christl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted ?
Fix taxonomy errors and warning spotted using the Taxonomy editor:
The only one remaining is this one:
WARNING: Entry with same id fr:terrines-foie-volaille already exists, duplicate id in file at line 116496. The two nodes will be merged, keeping the last values in case of conflicts.
It looks like
Terrines de foie de volaille
andTerrines au foie de volaille
are merged into the same entity due to stopwords, I'm not sure how to fix this one.