From ec0e7c5462751cfc37abefb567a0aebf719f8f7f Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Mon, 30 Dec 2019 02:43:09 +0200 Subject: [PATCH] Add pattern for 'th'->'d' --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index a004316..5e8b8a8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -42,6 +42,7 @@ impl OwOifiable for String { ("n([aeiou])", "ny$1"), ("N([aeiou])", "Ny$1"), ("N([AEIOU])", "NY$1"), + ("th", "d"), ("ove", "uv"), ("!+", face), ];