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

Add support for ingredients in Italian #39

Merged
merged 11 commits into from
Jun 4, 2020
Next Next commit
Moved existing .json files from util folder to new i18n/en folder
  • Loading branch information
gianantoniopini committed Apr 28, 2020
commit e5ac0b6a2ffe7f85713fe9c88a48061f3268819f
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/modules/CanBeVegan.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import flaggedList from '../util/canbevegan.json';
import flaggedList from '../i18n/en/canbevegan.json';

/**
* This functions takes the given ingredient
Expand Down
2 changes: 1 addition & 1 deletion src/modules/IsVegan.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import nonVeganList from '../util/nonvegan.json';
import nonVeganList from '../i18n/en/nonvegan.json';

/**
* This functions takes the given ingredient
Expand Down