diff --git a/config.py b/config.py index 05208471..4a5e355d 100644 --- a/config.py +++ b/config.py @@ -677,7 +677,7 @@ class Config: self._SELECTABLE_UI_LANGUAGES_DICT = { "en": "English", "ja": "日本語", - "ko": "한국어(일부 지원)" + "ko": "한국어" # If you want to add a new language and key, please append it here. } self._MAX_MIC_ENERGY_THRESHOLD = 2000 diff --git a/locales/en.yml b/locales/en.yml index 75161011..2cad19ef 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -228,6 +228,7 @@ config_window: example_text: This is an example sentence. Fonts, line breaks, etc. may differ from the actual display. error_message: "The characters '[message]' and '[translation]' cannot be used." + # Note: Speaker2Chatbox localization is fine only in English. Do not translate it into other languages. # Speaker2Chatbox send_received_message_to_vrc: label: Send Received Message To VRChat diff --git a/locales/ko.yml b/locales/ko.yml index 5b0083bf..692abd2c 100644 --- a/locales/ko.yml +++ b/locales/ko.yml @@ -228,13 +228,7 @@ config_window: example_text: 이것은 예문입니다. 폰트, 줄바꿈 등 실제 표시와 다를 수 있습니다. error_message: "[message]와 [translation]이라는 문자는 사용할 수 없습니다." - # Speaker2Chatbox - send_received_message_to_vrc: - label: 수신된 메시지를 VRChat으로 전송 - desc: 스피커의 소리로 받은 메시지를 VRChat의 챗박스로 보냅니다. 이 기능은 정말 필요한 사용자를 위한 기능입니다. 개발자에게 문의하시기 바랍니다. - # Speaker2Chatbox - osc_ip_address: label: OSC IP 주소