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