Skip to content

Commit 83c228b

Browse files
committed
README.md: Add log-miss-tr feature description
1 parent d9a6d89 commit 83c228b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The API of this crate is inspired by [ruby-i18n](https://github.com/ruby-i18n/i1
2121
- 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)
2222
- Support short hashed keys for optimize memory usage and lookup speed. (Since v3.1.0)
2323
- Support format variables in [`t!`], and support format variables with [`std::fmt`](https://doc.rust-lang.org/std/fmt/) syntax. (Since v3.1.0)
24+
- Support for log missing translations at the warning level with `log-miss-tr` feature, the feature requires the `log` crate. (Since v3.1.0)
2425

2526
## Usage
2627

0 commit comments

Comments
 (0)