From 067fab2b73f48c25e6f1843d27e8e5457f0a9550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VenusGirl=E2=9D=A4?= Date: Tue, 10 Feb 2026 19:48:30 +0900 Subject: [PATCH] Update Korean (#14298) Correct spacing and spelling --- src/lang/ko.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 0acb29a3d..d860af5ab 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -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(); }