[Localize(ko)] translate untranslated settings word (#2405)

This commit is contained in:
Enoch 2024-06-19 22:47:44 +09:00 committed by GitHub
parent 2a2cb41130
commit 58642e6be3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ export const settings: SimpleTranslationEntries = {
"buttonSpeedUp": "속도 올리기",
"buttonSlowDown": "속도 내리기",
"alt": " (대체)",
"mute": "Mute",
"controller": "Controller",
"gamepadSupport": "Gamepad Support"
"mute": "음소거",
"controller": "컨트롤러",
"gamepadSupport": "게임패드 지원"
} as const;