[![TravisCI Build Status](https://travis-ci.org/rust-locale/rust-locale.svg?branch=master)](https://travis-ci.org/rust-locale/rust-locale) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/xb23rxc48wrmwq6q/branch/master?svg=true)](https://ci.appveyor.com/project/jan-hudec/rust-locale/branch/master) [![Crates.io Version](https://img.shields.io/crates/v/locale.svg)](https://crates.io/crates/locale) [![Docs.rs](https://docs.rs/locale/badge.svg)](https://docs.rs/locale/) # `rust-locale` **WORK IN PROGRESS** Will implement basic localization support. **Warning**: This version is mostly useless. Major rewrite is pending for version 0.3. ## Documentation On [![Docs.rs](https://docs.rs/locale/badge.svg)](https://docs.rs/locale/) or [github](https://rust-locale.github.io/rust-locale/rust-locale/). ## Installation It uses [Cargo](http://crates.io/), Rust's package manager. You can depend on this library by adding `locale` to your Cargo dependencies: ```toml [dependencies] locale = "0.2" ``` Or, to use the Git repo directly: ```toml [dependencies.locale] git = "https://github.com/rust-locale/rust-locale.git" ```