Skip to content

Commit

Permalink
Add translate.js w/ git auto-update (#1727)
Browse files Browse the repository at this point in the history
Create translate.js.json

Add open-source project translate.js
  • Loading branch information
xnx3 authored Jan 7, 2024
1 parent 73696d1 commit ee29203
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/t/translate.js.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "translate.js",
"filename": "translate.js",
"description": "two lines js accomplish html Fully automatic translation. No page changes, no language configuration files, no API Key, right SEO friendly!",
"keywords": [
"translate",
"translate.js",
"tcdn"
],
"repository": {
"type": "git",
"url": "https://github.com/xnx3/translate"
},
"license": "Apache-2.0",
"homepage": "https://github.com/xnx3/translate",
"autoupdate": {
"source": "git",
"target": "git://github.com/xnx3/translate.git",
"fileMap": [
{
"basePath": "translate.js",
"files": [
"translate.js"
]
}
]
},
"authors": [
{
"name": "LeiMing Guan"
}
]
}

0 comments on commit ee29203

Please sign in to comment.