Skip to content

Commit 094e0bf

Browse files
committed
🎨 Remove marketplace package config item i18n siyuan-note/siyuan#8346
1 parent 296af2d commit 094e0bf

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ see [this issue](https://github.com/siyuan-note/siyuan/issues/8178) for more det
4141
"default": "README.md",
4242
"zh_CN": "README_zh_CN.md"
4343
},
44-
"i18n": [
45-
"en_US",
46-
"zh_CN"
47-
],
4844
"funding": {
4945
"openCollective": "b3log",
5046
"patreon": "",
@@ -74,7 +70,6 @@ see [this issue](https://github.com/siyuan-note/siyuan/issues/8178) for more det
7470
* `readme`: readme file name, mainly used to display in the marketplace details page, supports multiple languages
7571
* `default`: Default language, must exist
7672
* `zh_CN`, `en_US` and other languages: optional, it is recommended to provide at least Chinese and English
77-
* `i18n`: Theme supported language list
7873
* `funding`: Theme sponsorship information
7974
* `openCollective`: Open Collective name
8075
* `patreon`: Patreon name

README_zh_CN.md

-5
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
"default": "README.md",
4040
"zh_CN": "README_zh_CN.md"
4141
},
42-
"i18n": [
43-
"en_US",
44-
"zh_CN"
45-
],
4642
"funding": {
4743
"openCollective": "b3log",
4844
"patreon": "",
@@ -72,7 +68,6 @@
7268
* `readme`:自述文件名,主要用于主题集市详情页中显示,支持多语言
7369
* `default`:默认语言,必须存在
7470
* `zh_CN``en_US` 等其他语言:可选,建议至少提供中文和英文
75-
* `i18n`:主题支持的语言列表
7671
* `funding`:主题赞助信息
7772
* `openCollective`:Open Collective 名称
7873
* `patreon`:Patreon 名称

theme.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "theme-sample",
33
"author": "Vanessa",
44
"url": "https://github.com/siyuan-note/theme-sample",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"minAppVersion": "2.9.0",
77
"displayName": {
88
"default": "Theme Sample",
@@ -16,10 +16,6 @@
1616
"default": "README.md",
1717
"zh_CN": "README_zh_CN.md"
1818
},
19-
"i18n": [
20-
"en_US",
21-
"zh_CN"
22-
],
2319
"funding": {
2420
"openCollective": "b3log",
2521
"patreon": "",

0 commit comments

Comments
 (0)