Finish all the i18n things of code.

This commit is contained in:
zicla
2019-05-06 02:18:08 +08:00
parent e37b248c8c
commit 54c5905a58
38 changed files with 504 additions and 720 deletions

View File

@ -6,11 +6,11 @@ import (
)
const (
//单文件
//single file.
SHARE_TYPE_FILE = "FILE"
//文件夹
//directory
SHARE_TYPE_DIRECTORY = "DIRECTORY"
//混合体
//mix things
SHARE_TYPE_MIX = "MIX"
)
@ -19,7 +19,7 @@ const (
)
/**
* 分享记录
* share record
*/
type Share struct {
Base