more word replacements

This commit is contained in:
Emil Lerch 2025-10-07 12:52:56 -07:00
parent 11355886fe
commit 68b69e8275
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -3,8 +3,15 @@ const std = @import("std");
const pos = @import("pos");
const word_replacements = std.StaticStringMap([]const u8).initComptime(.{
.{ "late", "light" },
.{ "lake", "light" },
.{ "like", "light" },
.{ "better", "bedroom" },
.{ "my", "light" },
.{ "night", "light" },
.{ "me all", "emil" },
.{ "a meal", "emil" },
.{ "her", "turn" },
});
const DeviceAction = enum {