Add pattern for 'th'->'d'
This commit is contained in:
parent
4a9e28eb2d
commit
ec0e7c5462
|
@ -42,6 +42,7 @@ impl OwOifiable for String {
|
||||||
("n([aeiou])", "ny$1"),
|
("n([aeiou])", "ny$1"),
|
||||||
("N([aeiou])", "Ny$1"),
|
("N([aeiou])", "Ny$1"),
|
||||||
("N([AEIOU])", "NY$1"),
|
("N([AEIOU])", "NY$1"),
|
||||||
|
("th", "d"),
|
||||||
("ove", "uv"),
|
("ove", "uv"),
|
||||||
("!+", face),
|
("!+", face),
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue