Skip to content

Commit

Permalink
Merge pull request #1 from eirtools/rebrand
Browse files Browse the repository at this point in the history
Rebrand repository
  • Loading branch information
eirnym authored Oct 21, 2024
2 parents 0dd7dce + 33b0299 commit c8d1890
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
[![TravisCI Build Status](https://travis-ci.org/rust-locale/locale_config.svg?branch=master)](https://travis-ci.org/rust-locale/locale_config)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/13100wtqs80tyink/branch/master?svg=true)](https://ci.appveyor.com/project/jan-hudec/locale-config/branch/master)
[![Crates.io Version](https://img.shields.io/crates/v/locale_config.svg)](https://crates.io/crates/locale_config)
[![Docs.rs](https://docs.rs/locale_config/badge.svg)](https://docs.rs/locale_config/)

# `locale_config`

Remembers locale configuration per-thread and per-process and initializes the
values by inspecting the system for user preferences.

FYI: it's a hard fork of https://github.com/rust-locale/locale_config which hasn't been maintained for a while

## Installation

You can depend on this library by adding `locale_config` to your Cargo dependencies:

```toml
[dependencies]
locale_config = "*"
locale_config = { git="https://github.com/eirtools/locale_config" }
```

Usually it is not recommended to depend on `*`, but in this case it is
Expand Down Expand Up @@ -69,8 +66,6 @@ Note that this crate does not itself provide any translation, formatting nor
collation functionality. Formatting and collation will be provided by
`locale` crate, translation has multiple available implementations.

See full documentation on [![Docs.rs](https://docs.rs/locale_config/badge.svg)](https://docs.rs/locale_config/) or [github](https://rust-locale.github.io/locale_config/locale_config/).

## Supported systems

* **Unix:** Using the POSIX standard environment variables `LANG`, `LC_*` and
Expand All @@ -97,6 +92,10 @@ See full documentation on [![Docs.rs](https://docs.rs/locale_config/badge.svg)](

## Changelog

### Unreleased

* Rebrand

### 0.3.0

* Support OS X `NSLocale`.
Expand Down

0 comments on commit c8d1890

Please sign in to comment.