Skip to content

Locale program for musl libc - GitHub mirror

License

LGPL-3.0, MIT licenses found

Licenses found

LGPL-3.0
LICENSE
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

rilian-la-te/musl-locales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76fcf3c · Feb 28, 2019

History

34 Commits
Jan 28, 2018
Feb 28, 2019
Feb 28, 2019
May 4, 2016
Aug 21, 2018
Feb 28, 2019
Nov 18, 2017
Mar 8, 2018
Mar 8, 2018
May 11, 2016
May 11, 2016
Jun 13, 2016
Jun 13, 2016
Jan 10, 2018
Jun 13, 2016

Repository files navigation

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