Skip to content

Commit

Permalink
feat: added Croatian language taxonomy for processing (#8127)
Browse files Browse the repository at this point in the history
added Croatian language taxonomy for processing
  • Loading branch information
benbenben2 authored Feb 24, 2023
1 parent 57c318d commit 94faf7c
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 132 deletions.
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

0 comments on commit 94faf7c

Please sign in to comment.