Skip to content

Commit

Permalink
fix(locale): misc spelling errors in commerce & food (#2809)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer authored Apr 14, 2024
1 parent 1b62083 commit 734a7f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/locales/en/commerce/department.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default [
'Baby',
'Clothing',
'Shoes',
'Jewelery',
'Jewelry',
'Sports',
'Outdoors',
'Automotive',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/food/fruit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default [
'papaw',
'papaya',
'passionfruit',
'peache',
'peach',
'pear',
'pineapple',
'plum',
Expand Down
3 changes: 2 additions & 1 deletion src/locales/en/food/ingredient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ export default [
'pumpkin seed',
'purple carrot',
'purple rice',
'quark quinc',
'quark',
'quince',
'quinoa',
'radicchio',
'radish',
Expand Down
6 changes: 3 additions & 3 deletions test/modules/__snapshots__/food.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`food > 42 > ethnicCategory 1`] = `"Gujarati"`;

exports[`food > 42 > fruit 1`] = `"fig"`;

exports[`food > 42 > ingredient 1`] = `"flat mushrooms"`;
exports[`food > 42 > ingredient 1`] = `"flathead"`;

exports[`food > 42 > meat 1`] = `"goose"`;

Expand All @@ -20,7 +20,7 @@ exports[`food > 42 > vegetable 1`] = `"cos lettuce"`;

exports[`food > 1211 > adjective 1`] = `"tender"`;

exports[`food > 1211 > description 1`] = `"Three cherries with onion, pumpkin, parsnip, purple carrot and soy flour. With a side of baked prune, and your choice of cayenne or capsicum."`;
exports[`food > 1211 > description 1`] = `"Three cherries with onion, pumpkin, parsnip, purple carrot and soy beans. With a side of baked prune, and your choice of celery or capsicum."`;

exports[`food > 1211 > dish 1`] = `"Sushi"`;

Expand All @@ -40,7 +40,7 @@ exports[`food > 1337 > adjective 1`] = `"fluffy"`;

exports[`food > 1337 > description 1`] = `"A slow-roasted Cory's Shearwater with a fresh, fluffy exterior. Stuffed with orange and covered in fingerlime sauce. Sides with bok choy puree and wild english spinach."`;

exports[`food > 1337 > dish 1`] = `"Egyptian Dates Soup"`;
exports[`food > 1337 > dish 1`] = `"Egyptian Dill Soup"`;

exports[`food > 1337 > ethnicCategory 1`] = `"Czech"`;

Expand Down

0 comments on commit 734a7f3

Please sign in to comment.