vlada-dudr / musl-locales

Locale program for musl libc - GitHub mirror

Home Page:https://gitlab.com/rilian-la-te/musl-locales

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Locales support for musl

Locale program for musl libc

This 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
  • Source files for /usr/bin/locale uses LGPL

About

Locale program for musl libc - GitHub mirror

https://gitlab.com/rilian-la-te/musl-locales

License:GNU Lesser General Public License v3.0


Languages

Language:C 55.7%Language:CMake 43.9%Language:Shell 0.4%