dict: a simple dictionary webapp
Demo
Featuring a toki pona dictionary: http://dev.isomorphis.me/tokipona/
Build
Install dependencies:
opam install batteries js_of_ocaml-ppx js_of_ocaml-tyxml js_of_ocaml-lwt
Then:
make deploy
firefox public/index.html
Changing the dictionary
- Add a
.txt
file ininit/
, with a translation per line, translations being separated by::
. Seeinit/dict.txt
for a simple example. - Adapt
let lang = ...
andlet dict_name = ...
at the beginning ofdict.ml
.