The Swift Programming Language (Simplified Chinese Version by SwiftGG)

The Swift Programming Language (Simplified Chinese Version by SwiftGG)

English Version | 中文版本

English Version

This repository contains the source for The Swift Programming Language (sometimes abbreviated as TSPL), which is published on [docs.swift.org][published] and built using [Swift-DocC][docc].

This repository includes the latest version of TSPL, as well as Simplified Chinese translations corresponding to different Swift versions.

Building

Clone this repository and run docc preview swift-6.docc in this repository's root directory.

After running DocC, open the link that docc outputs to display a local preview in your browser.

Current Status

  • Latest English version of The Swift Programming Language. [Latest commit: 11a2b29][11a2b29]
  • Corresponding Simplified Chinese translations (in progress and archived):

- Swift 6 beta (currently in translation) - Swift 5.x and earlier versions (available for reading on [GitBook][legacy-documentations])

How to Contribute

Contributors

We extend our heartfelt thanks to all our contributors. You can find the [list of contributors here][contributors].

中文版本

本仓库包含 The Swift Programming Language (缩写为 TSPL) 的源代码, 该文档发布在 [docs.swift.org][published] 上, 并使用 [Swift-DocC][docc] 构建。

本仓库包括 TSPL 的最新版本,以及对应不同 Swift 版本的简体中文翻译。

构建

克隆此仓库并在仓库根目录运行 docc preview swift-6.docc

运行 DocC 后,打开 docc 输出的链接,即可在浏览器中显示本地预览。

当前状态

  • The Swift Programming Language 的最新英文版本。[最新提交: 378f76a][https://github.com/swiftlang/swift-book/commit/378f76a4a0fb29cd72722686f78cb7c097437796]
  • 对应的简体中文翻译 (进行中和已归档):

- Swift 6 beta (当前正在翻译) - Swift 5.x 及更早版本 (可在 [GitBook][legacy-documentations] 上阅读)

如何贡献

参与成员

我们衷心感谢所有的参与成员。您可以在[这里][contributors]找到参与成员列表。

Terminology Table(术语表)

[published]: https://docs.swift.org/swift-book/documentation/the-swift-programming-language/ [docc]: https://github.com/apple/swift-docc [11a2b29]: https://github.com/swiftlang/swift-book/commit/11a2b29983e9401c179d6269c9becc1256b11bc6 [legacy-documentations]: https://swiftgg.gitbook.io/swift/ [swiftgg-style-guide]: https://github.com/SwiftGGTeam/translation/blob/master/SwiftGG%20排版指南.md [contributors]: https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese/blob/gh-pages/source/contributors.md

← 返回目录