Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rilian-la-te/musl-locales
Locale program for musl libc - GitHub mirror
https://github.com/rilian-la-te/musl-locales
i18n l10n locale musl
Last synced: 13 days ago
JSON representation
Locale program for musl libc - GitHub mirror
- Host: GitHub
- URL: https://github.com/rilian-la-te/musl-locales
- Owner: rilian-la-te
- License: lgpl-3.0
- Created: 2016-06-13T15:35:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T12:53:09.000Z (over 2 years ago)
- Last Synced: 2024-10-25T09:15:58.797Z (21 days ago)
- Topics: i18n, l10n, locale, musl
- Language: C
- Homepage: https://gitlab.com/rilian-la-te/musl-locales
- Size: 41 KB
- Stars: 86
- Watchers: 5
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Locales support for musl
Locale program for musl libcThis is ```/usr/bin/locale```, which works on musl libc (with limitations in musl itself).
To install, use ```cmake . && make && sudo make install``` on musl-capable distro.
English and Russian included, also .pot file.## Build requirements:
- musl (with developer tools)
- gettext (with libintl and developer tools)
- С compiler (gcc or clang recommended)
- CMake
- CMake backend provider (make or ninja)
*For alpine, you can use this command:* ```apk add --update cmake make musl-dev gcc gettext-dev libintl```## License
- All translations and scripts uses [MIT](LICENSE.MIT)
- Source files for `/usr/bin/locale` uses [LGPL](LICENSE)