diff options
author | kaa <kaa@disroot.org> | 2023-07-05 13:32:01 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-07-05 13:32:01 -0700 |
commit | 8987d13d3c1a62d2d1db6ecabb29bc76f3529a44 (patch) | |
tree | 01ee36e8f13438d6cc707f9b918c9ce3af4a5ba4 /es.c | |
parent | 09819bcd940492c8ccc48284880f8bc652a2845a (diff) | |
download | hyp-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.c | 2 |
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"; |