Skip to content

Commit 64148ee

Browse files
authored
📝 Clarify i18n directory requirements in README files (siyuan-note#35)
1 parent e2f4dbc commit 64148ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ A typical example is as follows:
115115
No matter which method is used to compile and package, we finally need to generate a package.zip, which contains at
116116
least the following files:
117117

118-
* i18n/*
118+
* i18n/* (If the plugin supports multiple languages, language files need to be packaged to this directory, otherwise this directory is not needed)
119119
* icon.png (recommended size: 160*160, file size should not exceed 20KB)
120120
* index.css
121121
* index.js

README_zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
无论使用何种方式编译打包,我们最终需要生成一个 package.zip,它至少包含如下文件:
115115

116-
* i18n/*
116+
* i18n/* (如果插件支持多语言,则需要将语言文件打包到该目录下,否则不需要该目录)
117117
* icon.png (建议尺寸为 160*160、文件大小不超过 20KB)
118118
* index.css
119119
* index.js

0 commit comments

Comments
 (0)