From 64aa381d22eaa52d0403ab748a4e65be28491d67 Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Fri, 4 Oct 2024 13:54:42 +0800 Subject: [PATCH] chore: rename to topgrade_i18n_locale_checker --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70cb94e..f394bb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,7 +293,7 @@ dependencies = [ ] [[package]] -name = "topgrade_i18n_locale_file_checker" +name = "topgrade_i18n_locale_checker" version = "0.1.0" dependencies = [ "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 3dbbcc5..7fe1ff8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "topgrade_i18n_locale_file_checker" +name = "topgrade_i18n_locale_checker" version = "0.1.0" edition = "2021" diff --git a/README.md b/README.md index 3736940..666e968 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -A tool that is used to check Topgrade's i18n locale file. \ No newline at end of file +A tool that is used to check + +1. Topgrade's i18n locale file. +2. And the usages of `rust_i18n::t!()` in Topgrade's source code. \ No newline at end of file