Skip to content

Commit 9c6e19e

Browse files
committed
fix(meta): add Readme, adjust pacakge json
1 parent d432286 commit 9c6e19e

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
Ussage guide and documentation: https://adminforth.dev/docs/tutorial/Plugins/i18n/

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "@adminforth/i18n",
3-
"version": "1.0.23",
3+
"version": "1.0.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
7+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/i18n/",
78
"scripts": {
89
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
910
"prepare": "npm link adminforth"
@@ -15,11 +16,14 @@
1516
"keywords": [
1617
"i18n",
1718
"adminforth",
18-
"translation"
19+
"translation",
20+
"internationalization",
21+
"language",
22+
"vue-i18n"
1923
],
2024
"author": "devforth",
2125
"license": "ISC",
22-
"description": "Internationalization plugin for Adminforth projects",
26+
"description": "Internationalization/translation plugin for AdminForth",
2327
"dependencies": {
2428
"@aws-sdk/client-ses": "^3.654.0",
2529
"@sapphire/async-queue": "^1.5.5",

0 commit comments

Comments
 (0)