summaryrefslogtreecommitdiffstats
path: root/docs/zh-TW/config/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-09-08 13:04:08 -0400
committerGitHub <noreply@github.com>2022-09-08 19:04:08 +0200
commit112d7238773dd9a0469c9562fb23ca550c19e5cf (patch)
tree32a3e3101606348578759d5830324447ec9c3e9f /docs/zh-TW/config/README.md
parentcfe781de08cbf1d38ee59d2fdfb54fc92348f5c0 (diff)
docs(i18n): new Crowdin updates (#4284)
* New translations README.md (Japanese) * New translations README.md (Japanese) * New translations README.md (Japanese) * New translations README.md (Spanish) * New translations README.md (Portuguese) * New translations README.md (Indonesian) * New translations README.md (Portuguese, Brazilian) * New translations README.md (Vietnamese) * New translations README.md (Chinese Traditional) * New translations README.md (Chinese Simplified) * New translations README.md (Turkish) * New translations README.md (Russian) * New translations README.md (Polish) * New translations README.md (French) * New translations README.md (Dutch) * New translations README.md (Korean) * New translations README.md (Japanese) * New translations README.md (Japanese) * New translations README.md (Italian) * New translations README.md (German) * New translations README.md (Arabic) * New translations README.md (Sorani (Kurdish)) * New translations README.md (Spanish) * New translations README.md (Spanish) * New translations README.md (Japanese) * New translations README.md (French) * New translations README.md (Russian) * New translations README.md (Chinese Simplified) * New translations README.md (Vietnamese) * New translations README.md (Portuguese, Brazilian) * New translations README.md (Chinese Simplified) * New translations README.md (Chinese Simplified)
Diffstat (limited to 'docs/zh-TW/config/README.md')
-rw-r--r--docs/zh-TW/config/README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/zh-TW/config/README.md b/docs/zh-TW/config/README.md
index 50f28ff67..5d7a736ff 100644
--- a/docs/zh-TW/config/README.md
+++ b/docs/zh-TW/config/README.md
@@ -1480,15 +1480,16 @@ The `git_commit` module shows the current commit hash and also the tag (if any)
### 選項
-| Option | 預設 | 說明 |
-| -------------------- | ---------------------------------- | ------------------------------------------------------- |
-| `commit_hash_length` | `7` | The length of the displayed git commit hash. |
-| `format` | `"[\\($hash$tag\\)]($style) "` | The format for the module. |
-| `style` | `"bold green"` | 這個模組的風格。 |
-| `only_detached` | `true` | Only show git commit hash when in detached `HEAD` state |
-| `tag_disabled` | `true` | Disables showing tag info in `git_commit` module. |
-| `tag_symbol` | `" 🏷 "` | Tag symbol prefixing the info shown |
-| `disabled` | `false` | Disables the `git_commit` module. |
+| Option | 預設 | 說明 |
+| -------------------- | ---------------------------------- | ------------------------------------------------------------------------------------ |
+| `commit_hash_length` | `7` | The length of the displayed git commit hash. |
+| `format` | `"[\\($hash$tag\\)]($style) "` | The format for the module. |
+| `style` | `"bold green"` | 這個模組的風格。 |
+| `only_detached` | `true` | Only show git commit hash when in detached `HEAD` state |
+| `tag_disabled` | `true` | Disables showing tag info in `git_commit` module. |
+| `tag_max_candidates` | `0` | How many commits to consider for tag display. The default only allows exact matches. |
+| `tag_symbol` | `" 🏷 "` | Tag symbol prefixing the info shown |
+| `disabled` | `false` | Disables the `git_commit` module. |
### Variables