Skip to content

Commit

Permalink
fix: [translations] Add the translation in tw.rs (rustdesk#10452)
Browse files Browse the repository at this point in the history
Add the translation in tw.rs

Log: Add the translation in tw.rs
  • Loading branch information
add-uos authored Jan 8, 2025
1 parent f9915df commit be5037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/tw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Recording", "錄製"),
("Directory", "路徑"),
("Automatically record incoming sessions", "自動錄製連入的工作階段"),
("Automatically record outgoing sessions", ""),
("Automatically record outgoing sessions", "自動錄製連出的工作階段"),
("Change", "變更"),
("Start session recording", "開始錄影"),
("Stop session recording", "停止錄影"),
Expand Down

0 comments on commit be5037b

Please sign in to comment.