Add pattern for 'th'->'d'

This commit is contained in:
EvilDeaaaadd 2019-12-30 02:43:09 +02:00
parent 4a9e28eb2d
commit ec0e7c5462
1 changed files with 1 additions and 0 deletions

View File

@ -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),
];