Removes unused lines.
This commit is contained in:
parent
bd291be340
commit
118a1243de
|
@ -37,6 +37,3 @@
|
||||||
"Warning" = "Warning";
|
"Warning" = "Warning";
|
||||||
"Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources." = "Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources.";
|
"Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources." = "Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources.";
|
||||||
"Continue" = "Continue";
|
"Continue" = "Continue";
|
||||||
|
|
||||||
"Model based Chinese conversion is on. Not suggested to add phrase in the mode." = "Model based Chinese conversion is on. Not suggested to add phrase in the mode.";
|
|
||||||
"Model based Chinese conversion is on. Not suggested to add phrase in the mode." = "Model based Chinese conversion is on. Not suggested to add phrase in the mode.";
|
|
|
@ -37,5 +37,3 @@
|
||||||
"Warning" = "安裝不完整";
|
"Warning" = "安裝不完整";
|
||||||
"Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources." = "輸入法已經安裝好,但可能沒有完全啟用。請從「系統偏好設定」 > 「鍵盤」 > 「輸入方式」分頁加入輸入法。";
|
"Input method may not be fully enabled. Please enable it through System Preferences > Keyboard > Input Sources." = "輸入法已經安裝好,但可能沒有完全啟用。請從「系統偏好設定」 > 「鍵盤」 > 「輸入方式」分頁加入輸入法。";
|
||||||
"Continue" = "繼續";
|
"Continue" = "繼續";
|
||||||
|
|
||||||
"Model based Chinese conversion is on. Not suggested to add phrase in the mode." = "Model based Chinese conversion is on. Not suggested to add phrase in the mode.";
|
|
|
@ -219,7 +219,6 @@ class Preferences: NSObject {
|
||||||
defaults.removeObject(forKey: kChineseConversionEngineKey)
|
defaults.removeObject(forKey: kChineseConversionEngineKey)
|
||||||
defaults.removeObject(forKey: kChineseConversionStyle)
|
defaults.removeObject(forKey: kChineseConversionStyle)
|
||||||
defaults.removeObject(forKey: kAssociatedPhrasesEnabledKey)
|
defaults.removeObject(forKey: kAssociatedPhrasesEnabledKey)
|
||||||
// defaults.removeObject(forKey: kAssociatedPhrasesKeys)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@UserDefault(key: kKeyboardLayoutPreferenceKey, defaultValue: 0)
|
@UserDefault(key: kKeyboardLayoutPreferenceKey, defaultValue: 0)
|
||||||
|
|
Loading…
Reference in New Issue