From 7773c4ad25d789960b7289d43c8da399420fe513 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Thu, 21 Jul 2022 23:04:18 +0800 Subject: [PATCH] Uninstall.sh // Localization. --- uninstall.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/uninstall.sh b/uninstall.sh index 2c519950..4cb6cfd8 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,8 +1,10 @@ #!/bin/sh # Here's how to uninstall this input method: +# 該腳本用來手動卸除該輸入法: # Suppose that this IME is properly installed, you remove the following possible assets: +# 假設當前輸入法有正確安裝,則您需要移除下述內容: rm -rf ~/Library/Input\ Methods/vChewing.app rm -rf ~/Library/Keyboard\ Layouts/vChewingKeyLayout.bundle @@ -13,15 +15,19 @@ rm ~/Library/Keyboard\ Layouts/vChewing\ ETen.keylayout rm ~/Library/Keyboard\ Layouts/vChewing\ Dachen.keylayout # Also user phrase folder: +# 原廠預設的使用者辭典目錄: rm -rf ~/Library/Application\ Support/vChewing/ # Also the IME configuration file: +# 輸入法偏好設定檔案: rm -rf ~/Library/Preferences/org.atelierInmu.inputmethod.vChewing.plist # If you have ever tried the initial alpha builds of vChewing, you also remove: +# 如果您有使用過早於威注音 1.2.0 的威注音內部測試版本的話,對應的輸入法偏好設定檔案: rm -rf ~/Library/Preferences/org.openvanilla.inputmethod.vChewing.plist # If it is not properly installed, you also check the following possible paths to remove: +# 如果輸入法沒能被正確安裝的話,您還需要清理下述檔案: sudo rm -rf /Library/Input\ Methods/vChewing.app sudo rm -rf /Library/Keyboard\ Layouts/vChewingKeyLayout.bundle sudo rm -rf /Library/Keyboard\ Layouts/vChewing\ MiTAC.keylayout @@ -31,6 +37,6 @@ sudo rm -rf /Library/Keyboard\ Layouts/vChewing\ ETen.keylayout sudo rm -rf /Library/Keyboard\ Layouts/vChewing\ Dachen.keylayout # P.S.: The "vChewingKeyLayout.bundle" and keylayout files are deployed by the pkg installer. They are not hard-requirements for running vChewing, but providing extended on-screen keyboard for MiTAC, IBM, FakeSeigyou phonetic layouts. +# P.S.: 「vChewingKeyLayout.bundle」與 keylayout 檔案只會被 pkg 格式的安裝包安裝。這些檔案提供了除了大千傳統與倚天傳統以外的靜態注音排列的螢幕鍵盤支援。 # EOF. -