Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalimehtar/free-gettext
https://github.com/kalimehtar/free-gettext
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kalimehtar/free-gettext
- Owner: Kalimehtar
- License: bsd-3-clause
- Created: 2019-09-02T10:26:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T17:25:22.000Z (about 3 years ago)
- Last Synced: 2024-10-16T03:02:25.572Z (3 months ago)
- Language: Racket
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# free-gettext
This package is an implementation of
[GNU gettext](https://www.gnu.org/software/gettext/manual/gettext.html).It is implemented from scratch
purely in Scheme and thus available with a BSD license. It is also easier to use,
allowing you to optionally load .po files directly without compiling them to .mo files first,
and has many advanced features such as multi-language locales and cascaded message domains.