Update ko.rs (#12757)
Some checks failed
CI / x86_64-unknown-linux-gnu (ubuntu-22.04) (push) Has been cancelled
Full Flutter CI / run-ci (push) Has been cancelled
Flutter Nightly Build / run-flutter-nightly-build (push) Has been cancelled

Update Korean
This commit is contained in:
VenusGirl❤
2025-08-29 18:10:04 +09:00
committed by GitHub
parent 7ca8e0d437
commit c5e76972aa

View File

@@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Supported only in the installed version.", "설치된 버전에서만 지원됩니다."),
("elevation_username_tip", "사용자 이름 또는 도메인\\사용자 이름 입력"),
("Preparing for installation ...", "설치 준비 중 ..."),
("Show my cursor", ""),
("Show my cursor", "내 커서 표시"),
].iter().cloned().collect();
}