Skip to content

Commit a15f91f

Browse files
authored
Merge branch 'main' into moon-rabbitOFF-patch-7
2 parents bebfc0b + 4951aaf commit a15f91f

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@ jobs:
8989
restore-keys: taxonomies-
9090
- name: build
9191
run: make build container=backend
92+
- name: Free disk space
93+
run: |
94+
echo "Before cleanup:"
95+
df -h
96+
docker system prune -f || true
97+
sudo rm -rf /usr/local/lib/android || true
98+
sudo rm -rf /opt/ghc || true
99+
sudo rm -rf /usr/share/dotnet || true
100+
sudo rm -rf /usr/local/share/boost || true
101+
echo "After cleanup:"
102+
df -h
92103
- name: push backend image as artifact
93104
uses: ishworkh/[email protected]
94105
with:

lib/ProductOpener/Food.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,8 @@ It is a list of nutrients names with eventual prefixes and suffixes:
931931
'ammonium-chloride-', 'calcium-iodate-anhydrous-',
932932
'cassia-gum-', 'choline-chloride-', 'copper-ii-sulphate-pentahydrate-',
933933
'iron-ii-sulphate-monohydrate-', 'manganous-sulphate-monohydrate-',
934-
'potassium-iodide-', 'sodium-selenite-', 'zinc-sulphate-monohydrate-'
934+
'potassium-iodide-', 'sodium-selenite-', 'zinc-sulphate-monohydrate-',
935+
'!energy-kj', '!energy-kcal', 'protein-value-'
935936
)
936937
]
937938
);

taxonomies/nutrients.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6978,6 +6978,7 @@ wikipedia:en: https://en.wikipedia.org/wiki/Glutathione
69786978
# following nutrients are for pet food
69796979
# https://eur-lex.europa.eu/eli/reg/2009/767/2018-12-26
69806980
# I- analytical constituents
6981+
# crude fat ~ similar to human food fat
69816982
zz: crude fat
69826983
xx: crude fat
69836984
en: crude fat, Fat Content
@@ -7006,6 +7007,8 @@ sl: surove maščobe, Vsebnost maščob
70067007
sv: råfett, fettinnehåll
70077008
unit:en: %
70087009

7010+
# crude protein ~ similar to human food protein
7011+
# protein value ~ how much the animal can actually use
70097012
zz: crude protein
70107013
xx: crude protein
70117014
en: crude protein
@@ -7203,3 +7206,33 @@ fr: chlorure de choline
72037206
hr: kolin klorid
72047207
unit:en: mg
72057208

7209+
7210+
# crude protein ~ similar to human food protein
7211+
# protein value ~ how much the animal can actually use
7212+
zz: protein value
7213+
xx: protein value
7214+
en: protein value
7215+
bg: Протеинова стойност
7216+
cs: hodnota proteinu
7217+
da: proteinværdi
7218+
de: Eiweißwert, Proteinwert
7219+
el: Πρωτεϊνική αξία
7220+
es: Valor proteico
7221+
et: valgusisaldusväärtus
7222+
fi: proteiiniarvo
7223+
fr: valeur protéique
7224+
hr: proteinska vrijednost
7225+
hu: fehérjeérték
7226+
it: valore proteico
7227+
lt: baltymų vertė
7228+
lv: proteīna vērtība
7229+
mt: valur tal-proteina
7230+
nl: eiwitwaarde
7231+
pl: wartość białka
7232+
pt: valor proteico
7233+
ro: valoare proteică
7234+
ru: Протеиновая ценность
7235+
sk: hodnota bielkovín
7236+
sl: beljakovinska vrednost
7237+
sv: proteinvärde
7238+
unit:en: g/kg

0 commit comments

Comments
 (0)