Skip to content

Commit

Permalink
🎨 Remove marketplace package config item i18n siyuan-note/siyuan#8346
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 24, 2023
1 parent 35105d9 commit 27956f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ conveniently.
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"i18n": [
"en_US",
"zh_CN"
],
"funding": {
"openCollective": "b3log",
"patreon": "",
Expand All @@ -89,7 +85,6 @@ conveniently.
* `readme`: readme file name, mainly used to display in the marketplace details page, supports multiple languages
* `default`: Default language, must exist
* `zh_CN`, `en_US` and other languages: optional, it is recommended to provide at least Chinese and English
* `i18n`: Plugin supported language list
* `funding`: Plugin sponsorship information
* `openCollective`: Open Collective name
* `patreon`: Patreon name
Expand Down
5 changes: 0 additions & 5 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"i18n": [
"en_US",
"zh_CN"
],
"funding": {
"openCollective": "b3log",
"patreon": "",
Expand All @@ -83,7 +79,6 @@
* `readme`:自述文件名,主要用于插件集市详情页中显示,支持多语言
* `default`:默认语言,必须存在
* `zh_CN``en_US` 等其他语言:可选,建议至少提供中文和英文
* `i18n`:插件支持的语言列表
* `funding`:插件赞助信息
* `openCollective`:Open Collective 名称
* `patreon`:Patreon 名称
Expand Down
6 changes: 1 addition & 5 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "plugin-sample",
"author": "Vanessa",
"url": "https://github.com/siyuan-note/plugin-sample",
"version": "0.0.5",
"version": "0.0.6",
"minAppVersion": "2.9.0",
"displayName": {
"default": "Plugin Sample",
Expand All @@ -16,10 +16,6 @@
"default": "README.md",
"zh_CN": "README_zh_CN.md"
},
"i18n": [
"en_US",
"zh_CN"
],
"funding": {
"openCollective": "b3log",
"patreon": "",
Expand Down

0 comments on commit 27956f1

Please sign in to comment.