Skip to content

Commit

Permalink
fix: do not mark all composite materials as non recyclable (#9433)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet authored Nov 30, 2023
1 parent ece87e6 commit d3f8740
Show file tree
Hide file tree
Showing 4 changed files with 907 additions and 1 deletion.
2 changes: 1 addition & 1 deletion taxonomies/packaging_materials.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ tr:Kompozit malzemeler
uk:композиційний матеріал
zh:复合材料
wikidata:en:Q181790
non_recyclable_and_non_biodegradable:en:yes
description:de:Verbundmaterialien werden hergestellt, indem zwei oder mehr Materialien kombiniert werden, um gewünschte Eigenschaften zu erzielen. Sie werden aufgrund ihrer Haltbarkeit, ihres geringen Gewichts und ihrer Feuchtigkeitsbeständigkeit häufig in Lebensmittelverpackungen verwendet. Verbundmaterialien können recycelt werden, aber der Prozess kann aufgrund der Vielfalt der Materialien, die bei ihrer Herstellung verwendet werden, eine Herausforderung darstellen.
description:en:Composite materials are produced by combining two or more materials to achieve desired properties. They are commonly used in food packaging due to their durability, lightweight and moisture resistance. Composite materials can be recycled, but the process can be challenging due to the variety of materials used in their production.
description:fr:Les matériaux composites sont produits en combinant deux ou plusieurs matériaux pour obtenir les propriétés souhaitées. Ils sont couramment utilisés dans les emballages alimentaires en raison de leur durabilité, de leur légèreté et de leur résistance à l'humidité. Les matériaux composites peuvent être recyclés, mais le processus peut être difficile en raison de la variété des matériaux utilisés dans leur production.
Expand All @@ -136,6 +135,7 @@ it:Materiale riciclabile
nl:Recycleerbaar materiaal
pt:Material reciclável
wikidata:en:Q57305800
non_recyclable_and_non_biodegradable:en:no
description:de:Wertstoffe entstehen durch die Sammlung und Verarbeitung von Abfallprodukten. Sie werden bei der Herstellung von Lebensmittelverpackungen als umweltfreundlichere Alternative zu herkömmlichen Materialien verwendet. Ist die Verpackung einmal benutzt, kann sie gesammelt, aufbereitet und wieder in Wertstoffe umgewandelt werden, die später wiederverwendet werden können.
description:en:Recyclable materials are produced through the collection and processing of waste products. They are used in the production of food packaging as a more environmentally friendly alternative to traditional materials. Once the packaging has been used, it can be collected, processed and transformed back into recyclable material to be used again in the future.
description:es:Los materiales reciclables se producen a través de la recolección y el procesamiento de productos de desecho. Se utilizan en la producción de envases para alimentos como una alternativa más ecológica a los materiales tradicionales. Una vez que se ha utilizado el embalaje, se puede recoger, procesar y transformar de nuevo en material reciclable para volver a utilizarlo en el futuro.
Expand Down
18 changes: 18 additions & 0 deletions tests/unit/ecoscore.t
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,24 @@ my @tests = (
},
],

# Tetra pak brick
[
'packaging-en-tetra-pak-brick',
{
lc => "en",
categories_tags => ["en:beverages", "en:orange-juices"],
packaging_text => "Tetra-pak brick"
}
],
[
'packaging-en-tetra-pak',
{
lc => "en",
categories_tags => ["en:beverages", "en:orange-juices"],
packaging_text => "Tetra-pak"
}
],

);

my $json = JSON->new->allow_nonref->canonical;
Expand Down
Loading

0 comments on commit d3f8740

Please sign in to comment.