Skip to content

Commit

Permalink
feat: support i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 26, 2023
1 parent 32c4000 commit be3d9d3
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 30 deletions.
23 changes: 13 additions & 10 deletions plugins/realtimeWeather.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"schemaVersion": 1,
"identifier": "realtimeWeather",
"createAt": "2023-08-12",
"author": "LobeHub",
"createAt": "2023-08-12",
"homepage": "https://github.com/lobehub/chat-plugin-realtime-weather",
"identifier": "realtimeWeather",
"manifest": "https://realtime-weather.chat-plugin.lobehub.com/manifest.json",
"meta": {
"avatar": "🌈",
"tags": [
"weather",
"realtime"
],
"title": "实时天气预报",
"description": "获取当前天气情况"
"tags": ["weather", "realtime"],
"title": {
"en-US": "Realtime Weather",
"zh-CN": "实时天气"
},
"description": {
"en-US": "Get realtime weather information",
"zh-CN": "获取当前天气情况"
}
},
"manifest": "https://realtime-weather.chat-plugin.lobehub.com/manifest.json"
"schemaVersion": 1
}
23 changes: 13 additions & 10 deletions plugins/searchEngine.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"schemaVersion": 1,
"identifier": "searchEngine",
"createAt": "2023-08-15",
"author": "LobeHub",
"createAt": "2023-08-15",
"homepage": "https://github.com/lobehub/chat-plugin-search-engine",
"identifier": "searchEngine",
"manifest": "https://search-engine.chat-plugin.lobehub.com/manifest.json",
"meta": {
"avatar": "🔍",
"tags": [
"web",
"search"
],
"title": "搜索引擎",
"description": "查询搜索引擎获取信息"
"tags": ["web", "search"],
"title": {
"en-US": "Website Crawler",
"zh-CN": "网页内容提取"
},
"description": {
"en-US": "Extract content from web links",
"zh-CN": "从网页链接中提取内容"
}
},
"manifest": "https://search-engine.chat-plugin.lobehub.com/manifest.json"
"schemaVersion": 1
}
23 changes: 13 additions & 10 deletions plugins/webCrawler.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"schemaVersion": 1,
"identifier": "websiteCrawler",
"createAt": "2023-08-17",
"author": "LobeHub",
"createAt": "2023-08-17",
"homepage": "https://github.com/lobehub/chat-plugin-web-crawler",
"identifier": "websiteCrawler",
"manifest": "https://web-crawler.chat-plugin.lobehub.com/manifest.json",
"meta": {
"avatar": "🕸",
"tags": [
"web",
"content-crawler"
],
"title": "网页内容提取",
"description": "从网页链接中提取内容"
"tags": ["web", "content-crawler"],
"title": {
"en-US": "Search Engine",
"zh-CN": "搜索引擎"
},
"description": {
"en-US": "Query search engine to get information",
"zh-CN": "查询搜索引擎获取信息"
}
},
"manifest": "https://web-crawler.chat-plugin.lobehub.com/manifest.json"
"schemaVersion": 1
}

0 comments on commit be3d9d3

Please sign in to comment.