From dc113bc21d794585739caf5190187aeba097c7e0 Mon Sep 17 00:00:00 2001 From: Levend Date: Sun, 26 May 2024 18:13:35 +0200 Subject: [PATCH] fix: readme file --- ...upid-ears-pretend.md => dry-dots-fetch.md} | 2 +- .changeset/fresh-carrots-allow.md | 5 ----- .changeset/great-walls-bake.md | 5 ----- .changeset/silver-wombats-kick.md | 5 ----- LICENSE | 21 +++++++++++++++++++ README.md | 4 ++-- package.json | 10 +++++++++ 7 files changed, 34 insertions(+), 18 deletions(-) rename .changeset/{stupid-ears-pretend.md => dry-dots-fetch.md} (63%) delete mode 100644 .changeset/fresh-carrots-allow.md delete mode 100644 .changeset/great-walls-bake.md delete mode 100644 .changeset/silver-wombats-kick.md create mode 100644 LICENSE diff --git a/.changeset/stupid-ears-pretend.md b/.changeset/dry-dots-fetch.md similarity index 63% rename from .changeset/stupid-ears-pretend.md rename to .changeset/dry-dots-fetch.md index 045db33..1f49499 100644 --- a/.changeset/stupid-ears-pretend.md +++ b/.changeset/dry-dots-fetch.md @@ -2,4 +2,4 @@ "unused-i18n": patch --- -fix changeset +fix Read me file diff --git a/.changeset/fresh-carrots-allow.md b/.changeset/fresh-carrots-allow.md deleted file mode 100644 index ad12203..0000000 --- a/.changeset/fresh-carrots-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"unused-i18n": patch ---- - -fix dist folder not encluded diff --git a/.changeset/great-walls-bake.md b/.changeset/great-walls-bake.md deleted file mode 100644 index 6f8ae6e..0000000 --- a/.changeset/great-walls-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"unused-i18n": patch ---- - -fix bug on release diff --git a/.changeset/silver-wombats-kick.md b/.changeset/silver-wombats-kick.md deleted file mode 100644 index a293324..0000000 --- a/.changeset/silver-wombats-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"unused-i18n": patch ---- - -replace color library by native color to console log diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..60a4e9d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Levende Mohammad + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 6f45863..75a7d20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Unused i18n -`unused-i18n` is a tool designed to help developers manage and clean up unused translation keys in their localization files. This utility ensures that your translation files remain clean and free from unused keys, making your localization process more efficient. +simplifies managing and cleaning up unused translation keys in localization files ## Features @@ -110,7 +110,7 @@ npm run test ## License -This project is licensed under the MIT License - see the LICENSE file for details. +This project is licensed under the MIT License - see the [LICENSE](https://github.com/Lawndlwd/unused-i18n/blob/HEAD/LICENSE) file for details. ## Contributing diff --git a/package.json b/package.json index 04df621..10f1f74 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,16 @@ "typescript": "^4.9.5", "vitest": "^1.6.0" }, + "keywords": [ + "i18n", + "unused-i18n", + "i18n-unused", + "locales", + "next-international", + "internationalization", + "translate", + "next" + ], "engines": { "node": ">=18.x", "pnpm": ">=9.x"