Skip to content

Add some uncountable words #113

@lopenchi

Description

@lopenchi

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch inflection@2.0.1 for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/inflection/src/inflection.ts b/node_modules/inflection/src/inflection.ts
index 94a4e0d..8903d80 100644
--- a/node_modules/inflection/src/inflection.ts
+++ b/node_modules/inflection/src/inflection.ts
@@ -29,6 +29,7 @@ const uncountableWords = [
   'assistance',
   'athletics',
   // 'attention',
+  'aws',
 
   'bacon',
   'baggage',
@@ -58,6 +59,7 @@ const uncountableWords = [
   // 'damage',
   'dancing',
   // 'danger',
+  'data',
   'deer',
   // 'delight',
   // 'dessert',
@@ -184,6 +186,7 @@ const uncountableWords = [
   'mayonnaise',
   'measles',
   // 'meat',
+  'media',
   // 'metal',
   'methane',
   'milk',

This issue body was partially generated by patch-package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions