Skip to content

Commit

Permalink
fix: readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawndlwd committed May 26, 2024
1 parent 26d8346 commit dc113bc
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"unused-i18n": patch
---

fix changeset
fix Read me file
5 changes: 0 additions & 5 deletions .changeset/fresh-carrots-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-walls-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-wombats-kick.md

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc113bc

Please sign in to comment.