Skip to content

Commit

Permalink
docs: Fix quotes in zh-TW
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 17, 2024
1 parent 566b912 commit cbdb16f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/content/Contributing/How-to-Contribute/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Eask 遵循 [語義版本控制](https://semver.org/)。 我們發布補丁版
## 💡 分支機構

將所有更改直接提交到 `master` 分支。 我們不使用單獨的分支機構用於開發或即將發布的版本。
我們盡最大努力讓“主人”保持良好狀態,通過所有測試。
我們盡最大努力讓 `master` 保持良好狀態,通過所有測試。

落在 master 中的代碼必須與最新的穩定版本兼容。 它可能包含附加功能,但沒有重大更改。
落在 `master` 中的代碼必須與最新的穩定版本兼容。 它可能包含附加功能,但沒有重大更改。
我們應該能夠釋放隨時從 `master` 的提示中獲取一個新的次要版本。

## 📂 項目狀況
Expand Down
2 changes: 1 addition & 1 deletion docs/content/Development-API/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ This will kill Emacs process.

## 🔍 函式: eask-print-log-buffer (&optional `buffer-or-name`)

打印緩衝區並突出顯示“錯誤和“警告”
打印緩衝區並突出顯示 `錯誤``警告`

```elisp
(eask-print-log-buffer "*Package-Lint*")
Expand Down
2 changes: 1 addition & 1 deletion docs/content/Examples/Package-Development/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 📦 Package 開發
weight: 200
---

`Eask` 是魔法文件,`eask` 會將其讀取為 Emacs 中的初始化文件。語法類似於Cask文件,但有所不同。
`Eask` 是魔法文件,`eask` 會將其讀取為 Emacs 中的初始化文件。語法類似於 `Cask` 文件,但有所不同。

```elisp
(package "your-package"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ eask [GLOBAL-OPTIONS] [COMMAND] [COMMAND-OPTIONS] [COMMAND-ARGUMENTS]

## 🔍 eask create package

使用默認的Eask文件和 CI/CD 支持創建一個新的 elisp 項目。
使用默認的 `Eask` 文件和 CI/CD 支持創建一個新的 elisp 項目。

```sh
$ eask [GLOBAL-OPTIONS] create package <name>
Expand Down

0 comments on commit cbdb16f

Please sign in to comment.