Skip to content

Commit

Permalink
feat: add some en locale product names (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
import-brain committed Apr 5, 2022
1 parent b34ef46 commit f22b93a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions src/locales/en/commerce/product_name.ts
Expand Up @@ -2,24 +2,32 @@ export default {
adjective: [
'Small',
'Ergonomic',
'Electronic',
'Rustic',
'Intelligent',
'Gorgeous',
'Incredible',
'Elegant',
'Fantastic',
'Practical',
'Modern',
'Recycled',
'Sleek',
'Bespoke',
'Awesome',
'Generic',
'Handcrafted',
'Handmade',
'Oriental',
'Licensed',
'Luxurious',
'Refined',
'Unbranded',
'Tasty',
],
material: [
'Steel',
'Bronze',
'Wooden',
'Concrete',
'Plastic',
Expand Down
8 changes: 4 additions & 4 deletions test/commerce.spec.ts
Expand Up @@ -10,7 +10,7 @@ const seededRuns = [
productName: 'Fantastic Soft Sausages',
price: '375.00',
productAdjective: 'Fantastic',
productMaterial: 'Cotton',
productMaterial: 'Plastic',
product: 'Pants',
productDescription:
'The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design',
Expand All @@ -21,9 +21,9 @@ const seededRuns = [
expectations: {
color: 'black',
department: 'Computers',
productName: 'Gorgeous Rubber Keyboard',
productName: 'Incredible Granite Keyboard',
price: '263.00',
productAdjective: 'Gorgeous',
productAdjective: 'Incredible',
productMaterial: 'Concrete',
product: 'Ball',
productDescription:
Expand All @@ -35,7 +35,7 @@ const seededRuns = [
expectations: {
color: 'azure',
department: 'Automotive',
productName: 'Unbranded Granite Salad',
productName: 'Unbranded Cotton Salad',
price: '929.00',
productAdjective: 'Unbranded',
productMaterial: 'Frozen',
Expand Down

0 comments on commit f22b93a

Please sign in to comment.