From 33b02992b72acd79485593cdddfe3ffeb2317596 Mon Sep 17 00:00:00 2001 From: Eir Nym <485399+eirnym@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:34:25 +0200 Subject: [PATCH] Rebrand repository --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e501490..292cc9e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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`.