Skip to content

Commit 8c0e36d

Browse files
committed
update
1 parent 4a18c72 commit 8c0e36d

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,31 @@ Expected workflow is: Fork -> Patch -> Push -> Pull Request
6868
6969
## Translating
7070

71-
Translations are done through Crowdin. If you want to translate to a new language ask one of the managers in the Crowdin project to add a new language there.
71+
[![Crowdin](https://badges.crowdin.net/gitea/localized.svg)](https://crowdin.com/project/gitea)
72+
73+
Translations are done through [Crowdin](https://crowdin.com/project/gitea). If you want to translate to a new language ask one of the managers in the Crowdin project to add a new language there.
7274

7375
You can also just create an issue for adding a language or ask on discord on the #translation channel. If you need context or find some translation issues, you can leave a comment on the string or ask on Discord. For general translation questions there is a section in the docs. Currently a bit empty but we hope to fill it as questions pop up.
7476

75-
https://docs.gitea.com/contributing/localization
77+
Get more information from [documentation](https://docs.gitea.com/contributing/localization).
7678

77-
[![Crowdin](https://badges.crowdin.net/gitea/localized.svg)](https://crowdin.com/project/gitea)
79+
## Official projects and 3rd Party Projects
80+
81+
We offer an official [go-sdk](https://gitea.com/gitea/go-sdk) and a CLI tool [tea](https://gitea.com/gitea/tea).
82+
83+
You can find more 3rd party projects including SDK, plugins, themes... in [awesome gitea](https://gitea.com/gitea/awesome-gitea#sdk).
7884

7985
## Further information
8086

8187
For more information and instructions about how to install Gitea, please look at our [documentation](https://docs.gitea.com/).
82-
If you have questions that are not covered by the documentation, you can get in contact with us on our [Discord server](https://discord.gg/Gitea) or create a post in the [discourse forum](https://forum.gitea.com/).
88+
89+
If you have questions that are not covered by the documentation, you can get in contact with us on our [Discord server](https://discord.gg/Gitea) or create a post in the [discourse forum](https://forum.gitea.com/).
8390

8491
We maintain a list of Gitea-related projects at [gitea/awesome-gitea](https://gitea.com/gitea/awesome-gitea).
8592

86-
The official Gitea CLI is developed at [gitea/tea](https://gitea.com/gitea/tea).
93+
## SDK
94+
95+
8796

8897
## Authors
8998

@@ -122,6 +131,10 @@ Gitea is pronounced [/ɡɪ’ti:/](https://youtu.be/EM71-2uDAoY) as in "gi-tea"
122131

123132
We're [working on it](https://github.com/go-gitea/gitea/issues/1029).
124133

134+
**Where can I find the security patches?**
135+
136+
In the [release log](https://github.com/go-gitea/gitea/releases) or the [change log](https://github.com/go-gitea/gitea/blob/main/CHANGELOG.md), search for the keyword `SECURITY` to find the security patches.
137+
125138
## License
126139

127140
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)