Skip to content

Commit

Permalink
fix: Add more german stopwords (#11266)
Browse files Browse the repository at this point in the history
<!-- IMPORTANT CHECKLIST
Make sure you've done all the following (You can delete the checklist
before submitting)
- [ ] PR title is prefixed by one of the following: feat, fix, docs,
style, refactor, test, build, ci, chore, revert, l10n, taxonomy
- [ ] Code is well documented
- [ ] Include unit tests for new functionality
- [ ] Code passes GitHub workflow checks in your branch
- [ ] If you have multiple commits please combine them into one commit
by squashing them.
- [ ] Read and understood the [contribution
guidelines](https://github.com/openfoodfacts/openfoodfacts-server/blob/main/CONTRIBUTING.md)
-->
### What

<!-- Describe the changes made and why they were made instead of how
they were made. -->

### Related issue(s) and discussion
<!-- Please add the issue number this issue will close, that way, once
your pull request is merged, the issue will be closed as well -->
- Part to solve #11215
  • Loading branch information
github-throwaway authored Jan 22, 2025
1 parent ffac830 commit 4e45a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ProductOpener/Ingredients.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5193,6 +5193,8 @@ my %phrases_after_ingredients_list = (
'100 (ml|g) enthalten durchschnittlich',
'\d\d\d\sg\s\w*\swerden aus\s\d\d\d\sg\s\w*\shergestellt'
, # 100 g Salami werden aus 120 g Schweinefleisch hergestellt.
'Alle Zutaten sind aus biologischem Anbau',
'außer die mit * markierten Bestandteile'
],

el => [
Expand Down

0 comments on commit 4e45a34

Please sign in to comment.