more replacements
This commit is contained in:
parent
68b69e8275
commit
d66fdd5cae
1 changed files with 3 additions and 0 deletions
|
@ -6,9 +6,12 @@ const word_replacements = std.StaticStringMap([]const u8).initComptime(.{
|
||||||
.{ "late", "light" },
|
.{ "late", "light" },
|
||||||
.{ "lake", "light" },
|
.{ "lake", "light" },
|
||||||
.{ "like", "light" },
|
.{ "like", "light" },
|
||||||
|
.{ "life", "light" },
|
||||||
|
.{ "another", "on the" },
|
||||||
.{ "better", "bedroom" },
|
.{ "better", "bedroom" },
|
||||||
.{ "my", "light" },
|
.{ "my", "light" },
|
||||||
.{ "night", "light" },
|
.{ "night", "light" },
|
||||||
|
.{ "way", "light" },
|
||||||
.{ "me all", "emil" },
|
.{ "me all", "emil" },
|
||||||
.{ "a meal", "emil" },
|
.{ "a meal", "emil" },
|
||||||
.{ "her", "turn" },
|
.{ "her", "turn" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue