Update Korean (#14298)

Correct spacing and spelling
This commit is contained in:
VenusGirl❤ 2026-02-10 19:48:30 +09:00 committed by GitHub
parent de6bf9dc7e
commit 067fab2b73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -738,6 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Changelog", "변경 기록"),
("keep-awake-during-outgoing-sessions-label", "발신 세션 중 화면 켜짐 유지"),
("keep-awake-during-incoming-sessions-label", "수신 세션 중 화면 켜짐 유지"),
("Continue with {}", "{} (으)로 계속"),
("Continue with {}", "{}(으)로 계속"),
].iter().cloned().collect();
}