From 6b347c7f2f76e371b5228bb699d7baf24c4be156 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Thu, 12 May 2022 12:55:56 +0800 Subject: [PATCH] PrefUI & PrefWindow // Disable the menu item of Hanyu-Pinyin parser. - The Tekkon phonabet combination engine currently does not support Hanyu-Pinyin, hence this commit. --- Source/UI/PrefUI/suiPrefPaneKeyboard.swift | 2 +- Source/WindowNIBs/Base.lproj/frmPrefWindow.xib | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/UI/PrefUI/suiPrefPaneKeyboard.swift b/Source/UI/PrefUI/suiPrefPaneKeyboard.swift index af59371f..35809ec6 100644 --- a/Source/UI/PrefUI/suiPrefPaneKeyboard.swift +++ b/Source/UI/PrefUI/suiPrefPaneKeyboard.swift @@ -53,7 +53,7 @@ struct suiPrefPaneKeyboard: View { Text(LocalizedStringKey("Hsu")).tag(2) Text(LocalizedStringKey("MiTAC")).tag(5) Text(LocalizedStringKey("Fake Seigyou")).tag(6) - Text(LocalizedStringKey("Hanyu Pinyin with Numeral Intonation")).tag(10) + // Text(LocalizedStringKey("Hanyu Pinyin with Numeral Intonation")).tag(10) }.onChange(of: selMandarinParser) { value in mgrPrefs.mandarinParser = value } diff --git a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib index 54548cc0..c0a57c04 100644 --- a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib +++ b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib @@ -759,7 +759,6 @@ -