summary refs log tree commit diff
path: root/dictgen/config.main.lua
diff options
context:
space:
mode:
authorequa <equaa@protonmail.com>2023-01-15 11:58:00 -0600
committerequa <equaa@protonmail.com>2023-01-15 11:58:00 -0600
commit18a0bed48264e5fb2db07974dd912f7b5e940f65 (patch)
tree1be5b1f8d93e7433b9093d7a687052ac74527684 /dictgen/config.main.lua
parent08793cfa2ccdae4c4091e1b977f9a45c174e8d49 (diff)
organize!
Diffstat (limited to 'dictgen/config.main.lua')
-rw-r--r--dictgen/config.main.lua18
1 files changed, 18 insertions, 0 deletions
diff --git a/dictgen/config.main.lua b/dictgen/config.main.lua
new file mode 100644
index 0000000..640b973
--- /dev/null
+++ b/dictgen/config.main.lua
@@ -0,0 +1,18 @@
+return {
+	words = require("words"),
+	convert_to_english = false,
+	extra_briefs = {
+                ["KI/KHE/SHE/SNA/SHA/KA/LU"] = "kijetesantakalu",
+                ["HR"] = "{^.}",
+                ["HWNR"] = "{^\n^}",
+                S = "sina",
+                HS = "tawa",
+                P = "pi",
+                HP = "wile",
+                K = "kama",
+                HK = "jan",
+                L = "li",
+                M = "mi",
+                HM = "ni",
+	}
+}