From 15060061a7aafa869fb75ce6c3c4f173b332f0cd Mon Sep 17 00:00:00 2001 From: Varphone Wong Date: Sun, 28 Jan 2024 16:55:31 +0800 Subject: [PATCH] README.md: Add `log-miss-tr` feature description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 035b4d3..06ae501 100644 --- a/README.md +++ b/README.md @@ -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