Skip to content

Commit

Permalink
README.md: Add log-miss-tr feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
varphone committed Jan 28, 2024
1 parent d9a6d89 commit 1506006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The API of this crate is inspired by [ruby-i18n](https://github.com/ruby-i18n/i1
- Supports automatic lookup of language territory for fallback locale. For instance, if `zh-CN` is not available, it will fallback to `zh`. (Since v2.4.0)
- Support short hashed keys for optimize memory usage and lookup speed. (Since v3.1.0)
- Support format variables in [`t!`], and support format variables with [`std::fmt`](https://doc.rust-lang.org/std/fmt/) syntax. (Since v3.1.0)
- Support for log missing translations at the warning level with `log-miss-tr` feature, the feature requires the `log` crate. (Since v3.1.0)

## Usage

Expand Down

0 comments on commit 1506006

Please sign in to comment.