Skip to content

Commit d6961e7

Browse files
committed
fix: add blank line before zh-tw function in i18n.rs
build publish, pypi publish, crates publish for v0.1.9-rc.5 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Codex <codex@openai.com>
1 parent ab2e3b2 commit d6961e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rust/src/i18n.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ fn t_zh_cn(key: &str) -> &'static str {
249249
}
250250

251251
// ─── Traditional Chinese (zh-tw) — 繁體中文(台灣)─────────
252+
253+
fn t_zh_tw(key: &str) -> &'static str {
252254
match key {
253255
// -- CLI help --
254256
"description" => "網路負載監控工具 — 仿 Linux nload 的終端網路流量監控工具",

0 commit comments

Comments
 (0)