Internationalization and localization support for OCaml
  • OCaml 95.8%
  • Makefile 3.1%
  • Dune 0.7%
  • Standard ML 0.4%
Find a file
2021-09-08 12:48:47 +02:00
.github/workflows Initial commit 2021-09-07 19:38:29 +02:00
lib Format code 2021-09-08 12:48:47 +02:00
test Add format functions 2021-09-08 12:48:33 +02:00
.gitignore Initial commit 2021-09-07 19:38:29 +02:00
.ocamlformat Initial commit 2021-09-07 19:38:29 +02:00
CHANGES.md Initial commit 2021-09-07 19:38:29 +02:00
CONTRIBUTING.md Initial commit 2021-09-07 19:38:29 +02:00
dune Initial commit 2021-09-07 19:38:29 +02:00
dune-project Add format functions 2021-09-08 12:48:33 +02:00
gettext.opam Add format functions 2021-09-08 12:48:33 +02:00
LICENSE Initial commit 2021-09-07 19:38:29 +02:00
Makefile Initial commit 2021-09-07 19:38:29 +02:00
README.md Initial commit 2021-09-07 19:38:29 +02:00

Gettext

Actions Status

Internationalization and localization support for OCaml.

The implementation is largely based on ocaml-gettext, but the high-level API differs and aims at being more user-friendly and more flexible than the original one.

Installation

Using Opam

opam install gettext

Using Esy

esy add @opam/gettext

Contributing

Take a look at our Contributing Guide.