-
Notifications
You must be signed in to change notification settings - Fork 40
Translate Chinese to follow the English's changes #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a single question, otherwise trusted LGTM from me, I can't read chinese :)
|
||
我们已经将所有的依赖项拷贝到本工程,我们提供了一些 [编译选项](https://github.com/go-gitea/gitea/blob/master/Makefile) 来让编译更简单。你可以按照你的需求来设置编译开关,可用编译选项如下: | ||
|
||
* `bindata`: With this tag you can embed all assets required to run an instance of Gitea, this makes a deployment quite easy because you don't need to care about any additional file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. I will send another commit.
LGTM |
Missing the other commit |
Trusted LGTM |
I will send a PR to sync English version to this one after this LGTM |
LGTM |
Waiting merge zh-cn translations. I will start translate zh-cn to zh-tw. Thanks. |
Drone? |
go build -tags="bindata" | ||
``` | ||
|
||
如果要使用bindata选项,你可能需要先执行go generate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A simple go generate will also call generate for vendor. It requires our packages as a parameter without the makefile. I suggest to document only the make process.
LGTM work? |
No description provided.