summary refs log tree commit diff stats
path: root/es.c
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2023-07-05 13:32:01 -0700
committerkaa <kaa@disroot.org>2023-07-05 13:32:01 -0700
commit8987d13d3c1a62d2d1db6ecabb29bc76f3529a44 (patch)
tree01ee36e8f13438d6cc707f9b918c9ce3af4a5ba4 /es.c
parent09819bcd940492c8ccc48284880f8bc652a2845a (diff)
downloadhyp-master.tar.gz
Add spanish hyphenation patterns, and support for building an executable that finds those hyphenation patterns. HEAD master
Diffstat (limited to 'es.c')
-rw-r--r--es.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/es.c b/es.c
new file mode 100644
index 0000000..91f99c8
--- /dev/null
+++ b/es.c
@@ -0,0 +1,2 @@
+/* This will be different for you. */
+extern char *dictfile = "/home/kaa/src/hyp/es/hyph_es.dic";