-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Seafile 国际化规范 | ||
|
||
Seafile 支持中文和英文两种语言。 | ||
|
||
### Daemon 和 Ccnet | ||
|
||
Seafile daemon 和 ccnet 均只使用英文。 | ||
|
||
### Seafile Applet | ||
|
||
Windows: seafile-applet 可以在编译时选择语言。 | ||
|
||
Linux: 目前只支持英文 | ||
|
||
Mac: seafile-applet 可以在编译时选择语言。 | ||
|
||
### Seafile Web | ||
|
||
seafile-web 可以在运行时选择语言。 | ||
|
||
实现方法: | ||
|
||
1. 在 topbar 上提供语言切换按钮 | ||
2. 切换完后在 ccnet 中记录 | ||
3. 根据 ccnet 中的记录来选择语言 | ||
|
||
### Seahub | ||
|
||
Seahub 在部署时可选择语言 |