more word replacements
This commit is contained in:
parent
11355886fe
commit
68b69e8275
1 changed files with 7 additions and 0 deletions
|
@ -3,8 +3,15 @@ const std = @import("std");
|
||||||
const pos = @import("pos");
|
const pos = @import("pos");
|
||||||
|
|
||||||
const word_replacements = std.StaticStringMap([]const u8).initComptime(.{
|
const word_replacements = std.StaticStringMap([]const u8).initComptime(.{
|
||||||
|
.{ "late", "light" },
|
||||||
.{ "lake", "light" },
|
.{ "lake", "light" },
|
||||||
.{ "like", "light" },
|
.{ "like", "light" },
|
||||||
|
.{ "better", "bedroom" },
|
||||||
|
.{ "my", "light" },
|
||||||
|
.{ "night", "light" },
|
||||||
|
.{ "me all", "emil" },
|
||||||
|
.{ "a meal", "emil" },
|
||||||
|
.{ "her", "turn" },
|
||||||
});
|
});
|
||||||
|
|
||||||
const DeviceAction = enum {
|
const DeviceAction = enum {
|
||||||
|
|
Loading…
Add table
Reference in a new issue