Skip to content
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

feat: added Croatian language taxonomy for processing #8127

Merged
merged 2 commits into from
Feb 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/ProductOpener/Ingredients.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,7 @@ sub parse_ingredients_text ($product_ref) {
($product_lc eq 'en')
or ($product_lc eq 'es')
or ($product_lc eq 'fr')
or ($product_lc eq 'hr')
or ($product_lc eq 'it')
)
and ($new_ingredient =~ /(^($regexp)\b|\b($regexp)$)/i)
Expand Down
2 changes: 1 addition & 1 deletion taxonomies/ingredients_processing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,7 @@ de:geräuchert, geräucherte
es:ahumada, ahumado, ahumadas, ahumados
fi:savustettu, savustetut, savustettua
fr:fumé,fumés,fumée,fumées
hr:dimljeni
hr:dimljena, dimljeni
hu:füstölt, füstölve
it:affumicato, affumicata, affumicati, affumicate
nl:gerookt, gerookte
Expand Down
Loading