From 1c435aefc6ab46d5c68e0ad6a93034a8d0d8aab1 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Wed, 29 Nov 2023 22:19:19 +0800 Subject: [PATCH] Repo // Update CNS version timestamp to v2023-11-06. --- .../SettingsUI/VwrSettingsPaneDictionary.swift | 2 +- Packages/vChewing_Shared/Sources/Shared/UserDef.swift | 2 +- Source/Resources/Base.lproj/Localizable.strings | 2 +- Source/Resources/en.lproj/Localizable.strings | 2 +- Source/Resources/ja.lproj/Localizable.strings | 2 +- Source/Resources/zh-Hans.lproj/Localizable.strings | 2 +- Source/Resources/zh-Hant.lproj/Localizable.strings | 2 +- Source/WindowNIBs/Base.lproj/frmPrefWindow.xib | 7 +++---- Source/WindowNIBs/en.lproj/frmPrefWindow.strings | 2 +- Source/WindowNIBs/ja.lproj/frmPrefWindow.strings | 2 +- Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings | 2 +- Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings | 2 +- 12 files changed, 14 insertions(+), 15 deletions(-) diff --git a/Packages/vChewing_MainAssembly/Sources/MainAssembly/SettingsUI/VwrSettingsPaneDictionary.swift b/Packages/vChewing_MainAssembly/Sources/MainAssembly/SettingsUI/VwrSettingsPaneDictionary.swift index 31c0f35e..7514a396 100644 --- a/Packages/vChewing_MainAssembly/Sources/MainAssembly/SettingsUI/VwrSettingsPaneDictionary.swift +++ b/Packages/vChewing_MainAssembly/Sources/MainAssembly/SettingsUI/VwrSettingsPaneDictionary.swift @@ -175,7 +175,7 @@ public struct VwrSettingsPaneDictionary: View { .settingsDescription() } Toggle( - LocalizedStringKey("Enable CNS11643 Support (2023-05-19)"), + LocalizedStringKey("Enable CNS11643 Support (2023-11-06)"), isOn: $cns11643Enabled.onChange { LMMgr.setCNSEnabled(cns11643Enabled) } diff --git a/Packages/vChewing_Shared/Sources/Shared/UserDef.swift b/Packages/vChewing_Shared/Sources/Shared/UserDef.swift index e5d85040..4f09d8e6 100644 --- a/Packages/vChewing_Shared/Sources/Shared/UserDef.swift +++ b/Packages/vChewing_Shared/Sources/Shared/UserDef.swift @@ -317,7 +317,7 @@ public extension UserDef { userDef: self, shortTitle: "Enable cassette mode, suppressing phonabet input", description: "Cassette mode is similar to the CIN support of the Yahoo Kimo IME, allowing users to use their own CIN tables to implement their stroked-based input schema (e.g. Wubi, Cangjie, Boshiamy, etc.) as a plan-B in vChewing IME. However, since vChewing won't compromise its phonabet input mode experience for this cassette mode, users might not feel comfortable enough comparing to their experiences with RIME (recommended) or OpenVanilla (deprecated)." ) - case .kCNS11643Enabled: return .init(userDef: self, shortTitle: "Enable CNS11643 Support (2023-05-19)") + case .kCNS11643Enabled: return .init(userDef: self, shortTitle: "Enable CNS11643 Support (2023-11-06)") case .kSymbolInputEnabled: return .init( userDef: self, shortTitle: "Enable symbol input support (incl. certain emoji symbols)" ) diff --git a/Source/Resources/Base.lproj/Localizable.strings b/Source/Resources/Base.lproj/Localizable.strings index 0789c830..2d1f4073 100644 --- a/Source/Resources/Base.lproj/Localizable.strings +++ b/Source/Resources/Base.lproj/Localizable.strings @@ -279,7 +279,7 @@ "Edit…" = "Edit…"; "Emulating select-candidate-per-character mode" = "Emulating select-candidate-per-character mode"; "Enable cassette mode, suppressing phonabet input" = "Enable cassette mode, suppressing phonabet input"; -"Enable CNS11643 Support (2023-05-19)" = "Enable CNS11643 Support (2023-05-19)"; +"Enable CNS11643 Support (2023-11-06)" = "Enable CNS11643 Support (2023-11-06)"; "Enable experimental Swift UI typesetting method" = "Enable experimental Swift UI typesetting method"; "Enable mouse wheel support for Tadokoro Candidate Window" = "Enable mouse wheel support for Tadokoro Candidate Window"; "Enable phrase replacement table" = "Enable phrase replacement table"; diff --git a/Source/Resources/en.lproj/Localizable.strings b/Source/Resources/en.lproj/Localizable.strings index 0789c830..2d1f4073 100644 --- a/Source/Resources/en.lproj/Localizable.strings +++ b/Source/Resources/en.lproj/Localizable.strings @@ -279,7 +279,7 @@ "Edit…" = "Edit…"; "Emulating select-candidate-per-character mode" = "Emulating select-candidate-per-character mode"; "Enable cassette mode, suppressing phonabet input" = "Enable cassette mode, suppressing phonabet input"; -"Enable CNS11643 Support (2023-05-19)" = "Enable CNS11643 Support (2023-05-19)"; +"Enable CNS11643 Support (2023-11-06)" = "Enable CNS11643 Support (2023-11-06)"; "Enable experimental Swift UI typesetting method" = "Enable experimental Swift UI typesetting method"; "Enable mouse wheel support for Tadokoro Candidate Window" = "Enable mouse wheel support for Tadokoro Candidate Window"; "Enable phrase replacement table" = "Enable phrase replacement table"; diff --git a/Source/Resources/ja.lproj/Localizable.strings b/Source/Resources/ja.lproj/Localizable.strings index 373c164f..3d8c0b68 100644 --- a/Source/Resources/ja.lproj/Localizable.strings +++ b/Source/Resources/ja.lproj/Localizable.strings @@ -279,7 +279,7 @@ "Edit…" = "編集…"; "Emulating select-candidate-per-character mode" = "漢字1つづつ全候補選択入力モード"; "Enable cassette mode, suppressing phonabet input" = "カセットモードを起用(注音入力はこのモードで使えぬ)"; -"Enable CNS11643 Support (2023-05-19)" = "全字庫モード // 入力可能な漢字数を倍増す (2023-05-19)"; +"Enable CNS11643 Support (2023-11-06)" = "全字庫モード // 入力可能な漢字数を倍増す (2023-11-06)"; "Enable experimental Swift UI typesetting method" = "Swift UI 組版方法を起用する"; "Enable mouse wheel support for Tadokoro Candidate Window" = "田所候補陳列ウィンドウのマウススクロール機能を起用"; "Enable phrase replacement table" = "言葉置換表を起用"; diff --git a/Source/Resources/zh-Hans.lproj/Localizable.strings b/Source/Resources/zh-Hans.lproj/Localizable.strings index 322c1fbe..0db822db 100644 --- a/Source/Resources/zh-Hans.lproj/Localizable.strings +++ b/Source/Resources/zh-Hans.lproj/Localizable.strings @@ -279,7 +279,7 @@ "Edit…" = "编辑…"; "Emulating select-candidate-per-character mode" = "模拟 90 年代前期注音逐字选字输入风格"; "Enable cassette mode, suppressing phonabet input" = "启用磁带模式,会停用注音输入"; -"Enable CNS11643 Support (2023-05-19)" = "启用 CNS11643 全字库支援 (2023-05-19)"; +"Enable CNS11643 Support (2023-11-06)" = "启用 CNS11643 全字库支援 (2023-11-06)"; "Enable experimental Swift UI typesetting method" = "使用 Swift UI 介面排版方法"; "Enable mouse wheel support for Tadokoro Candidate Window" = "启用田所选字窗的滑鼠滚动支援"; "Enable phrase replacement table" = "启用语汇置换表"; diff --git a/Source/Resources/zh-Hant.lproj/Localizable.strings b/Source/Resources/zh-Hant.lproj/Localizable.strings index 11b1fc99..64b55b90 100644 --- a/Source/Resources/zh-Hant.lproj/Localizable.strings +++ b/Source/Resources/zh-Hant.lproj/Localizable.strings @@ -279,7 +279,7 @@ "Edit…" = "編輯…"; "Emulating select-candidate-per-character mode" = "模擬 90 年代前期注音逐字選字輸入風格"; "Enable cassette mode, suppressing phonabet input" = "啟用磁帶模式,會停用注音輸入"; -"Enable CNS11643 Support (2023-05-19)" = "啟用 CNS11643 全字庫支援 (2023-05-19)"; +"Enable CNS11643 Support (2023-11-06)" = "啟用 CNS11643 全字庫支援 (2023-11-06)"; "Enable experimental Swift UI typesetting method" = "使用 Swift UI 介面排版方法"; "Enable mouse wheel support for Tadokoro Candidate Window" = "啟用田所選字窗的滑鼠滾動支援"; "Enable phrase replacement table" = "啟用語彙置換表"; diff --git a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib index 295e62ae..3e814002 100644 --- a/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib +++ b/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib @@ -1,7 +1,6 @@ - @@ -1668,8 +1667,8 @@