Skip to content

Commit

Permalink
SwiftGG 翻译组
Browse files Browse the repository at this point in the history
  • Loading branch information
chenranj committed Dec 25, 2024
1 parent 5c98d35 commit 815d4ef
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 225 deletions.
2 changes: 1 addition & 1 deletion _data/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
Types in Swift are grouped in two categories: value types and reference types.
Each behave differently and understanding the difference is an important part of understanding Swift.
- title: DocC
url: /documentation/docc/
url: https://www.swift.org/documentation/docc/
description: |
DocC is a documentation compiler that makes it easy for you to produce documentation for your Swift frameworks and packages.
The compiler builds your documentation by combining the comments you write in source with extension files, articles, and tutorials that live alongside your package's source code.
Expand Down
11 changes: 11 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@
- title: 社区参与
name: community-participation
- section: 工作组
- title: SwiftGG 翻译组
url: /swiftgg-workgroup/
sections:
- title: 章程
name: charter
- title: 成员构成
name: membership
- title: 交流方式
name: communication
- title: 社区参与
name: community-participation
- title: 贡献者体验
url: /contributor-experience-workgroup/
- title: 服务器
Expand Down
12 changes: 6 additions & 6 deletions _data/tools/editors.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
- name: Xcode
description: Xcode is a complete IDE enabling you to develop, test, debug, and distribute apps for all Apple platforms on macOS.
description: Xcode 是一个完整的集成开发环境,能够让您在 macOS 上开发、测试、调试和分发所有 Apple 平台的应用程序。
link: https://developer.apple.com/xcode
guide: https://developer.apple.com/xcode
- name: Visual Studio Code
description: Visual Studio Code is a cross-platform and extensible editor that supports Swift through the Swift extension, which provides intelligent editor functionality as well as debugging and test support.
description: Visual Studio Code 是一个跨平台且可扩展的编辑器,通过 Swift 扩展支持 Swift,提供智能编辑器功能以及调试和测试支持。
link: https://code.visualstudio.com
guide: /documentation/articles/getting-started-with-vscode-swift.html
- name: Emacs
description: Emacs is an extensible cross-platform text editor. Swift editing support can be enabled through community-provided packages.
description: Emacs 是一个可扩展的跨平台文本编辑器。可以通过社区提供的包启用 Swift 编辑支持。
link: https://www.gnu.org/software/emacs/
guide: /documentation/articles/zero-to-swift-emacs.html
- name: Neovim
description: Neovim is an extensible cross-platform text editor. Swift editing support can be enabled through your pick of community-provided plugins.
description: Neovim 是一个可扩展的跨平台文本编辑器。可以通过您选择的社区提供的插件启用 Swift 编辑支持。
link: https://neovim.io/
guide: /documentation/articles/zero-to-swift-nvim.html
- name: Other Editors
description: Any editor that supports the Language Server Protocol (LSP) can use SourceKit-LSP to provide intelligent editor functionality for Swift.
- name: 其他编辑器
description: 任何支持语言服务器协议(LSP)的编辑器都可以使用 SourceKit-LSP 提供 Swift 的智能编辑器功能。
link: https://github.com/swiftlang/sourcekit-lsp/tree/main/Documentation/Editor%20Integration.md
guide: https://github.com/swiftlang/sourcekit-lsp/tree/main/Documentation/Editor%20Integration.md
Loading

0 comments on commit 815d4ef

Please sign in to comment.