Skip to content

Commit dc113bc

Browse files
committed
fix: readme file
1 parent 26d8346 commit dc113bc

7 files changed

+34
-18
lines changed

.changeset/stupid-ears-pretend.md .changeset/dry-dots-fetch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"unused-i18n": patch
33
---
44

5-
fix changeset
5+
fix Read me file

.changeset/fresh-carrots-allow.md

-5
This file was deleted.

.changeset/great-walls-bake.md

-5
This file was deleted.

.changeset/silver-wombats-kick.md

-5
This file was deleted.

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Levende Mohammad
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unused i18n
22

3-
`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.
3+
simplifies managing and cleaning up unused translation keys in localization files
44

55
## Features
66

@@ -110,7 +110,7 @@ npm run test
110110

111111
## License
112112

113-
This project is licensed under the MIT License - see the LICENSE file for details.
113+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Lawndlwd/unused-i18n/blob/HEAD/LICENSE) file for details.
114114

115115
## Contributing
116116

package.json

+10
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@
5050
"typescript": "^4.9.5",
5151
"vitest": "^1.6.0"
5252
},
53+
"keywords": [
54+
"i18n",
55+
"unused-i18n",
56+
"i18n-unused",
57+
"locales",
58+
"next-international",
59+
"internationalization",
60+
"translate",
61+
"next"
62+
],
5363
"engines": {
5464
"node": ">=18.x",
5565
"pnpm": ">=9.x"

0 commit comments

Comments
 (0)