开源软件名称(OpenSource Name):vapor/docs开源软件地址(OpenSource Url):https://github.com/vapor/docs开源编程语言(OpenSource Language):Swift 49.8%开源软件介绍(OpenSource Introduction):DocumentationRead the docs at docs.vapor.codes Start with Docker
ContributingIf you want to add information to the docs or have found any mistakes you wish to fix, feel free to create a PR for the change. TranslatingLocalised docs are incredibly useful for allowing people to learn Vapor in their native language. If you wish to contribute to the Vapor documentation by translating, follow the steps below. You'll need Python3 to build the docs. You can download this from the Python Website or install via Homebrew. Once installed, run Following the installation of the dependencies, check if your language you want to translate to is already included in the languages:
# Structure
<language iso code>:
name: <The name of the language>
site_name: <The translated site name>
build: true # Whether the documentation gets build or not. You can disable this if you don't want to build your language or want to temporarily disable other languages
# Example
nl:
name: Nederlands
site_name: Vapor Documentatie
build: true
If there are navigation components that have to be translated, then you can add them under nav_translations:
# Structure
<language code>:
<keyword>: <translation>
# Example
nl:
Welcome: Welkom
Install: Installeren Copy the markdown file you would like to translate and name it
You can check it out by running
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论