From 7453cefd949aa2d8d1def8d9deed8cb22998de19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VenusGirl=E2=9D=A4?= Date: Fri, 17 Oct 2025 17:09:30 +0900 Subject: [PATCH] Update ko.rs (#13152) Update Korean --- src/lang/ko.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/ko.rs b/src/lang/ko.rs index a4d7f626f..d1c345469 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -719,7 +719,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Small", "작게"), ("Large", "크게"), ("Show virtual joystick", "가상 조이스틱 표시"), - ("Edit note", ""), - ("Alias", ""), + ("Edit note", "노트 편집"), + ("Alias", "별명"), ].iter().cloned().collect(); }