Skip to content

Commit

Permalink
Changed library description (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasabanov committed Sep 28, 2024
1 parent 5fcdc32 commit 90bde49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "locale-match"
version = "0.1.1"
authors = ["Petr Alexandrovich Sabanov [email protected]"]
edition = "2021"
description = "A small library for matching a locale from a list of available locales to the user's preferred locales."
description = "A small library for selecting the best match for user's preferred locales from available locales."
repository = "https://github.com/pasabanov/locale-match"
license = "LGPL-3.0-or-later"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![crates.io](https://img.shields.io/docsrs/locale-match/latest?style=for-the-badge&logo=docs.rs&color=2DA44E)](https://docs.rs/locale-match/latest/locale_match)
[![crates.io](https://img.shields.io/github/v/release/pasabanov/locale-match?style=for-the-badge&logo=github&color=8250DF)](https://github.com/pasabanov/locale-match/releases/latest)

A small library for matching a locale from a list of available locales to the user's preferred locales.
A small library for selecting the best match for user's preferred locales from available locales.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion src/bcp47.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! locale-match is a small library for matching locales.
//! locale-match is a small library for matching user's preferred locales to available locales.
//! Copyright (C) © 2024 Petr Alexandrovich Sabanov
//!
//! This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! locale-match is a small library for matching locales.
//! locale-match is a small library for matching user's preferred locales to available locales.
//! Copyright (C) © 2024 Petr Alexandrovich Sabanov
//!
//! This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/posix.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! locale-match is a small library for matching locales.
//! locale-match is a small library for matching user's preferred locales to available locales.
//! Copyright (C) © 2024 Petr Alexandrovich Sabanov
//!
//! This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 90bde49

Please sign in to comment.