From 1371aedf3e097c100e33352cd4e1336463f6defa Mon Sep 17 00:00:00 2001 From: Purnama S Rahayu Date: Mon, 5 Jan 2026 13:30:33 +0700 Subject: [PATCH 1/6] fix i18n keys word for word deletion --- Scribe/SettingsTab/SettingsTableData.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scribe/SettingsTab/SettingsTableData.swift b/Scribe/SettingsTab/SettingsTableData.swift index 44ee9fe6..d6c0ba5b 100644 --- a/Scribe/SettingsTab/SettingsTableData.swift +++ b/Scribe/SettingsTab/SettingsTableData.swift @@ -74,10 +74,10 @@ enum SettingsTableData { shortDescription: NSLocalizedString("i18n.app.settings.keyboard.functionality.auto_suggest_emoji_description", value: "Turn on emoji suggestions and completions for more expressive typing.", comment: "") ), Section( - sectionTitle: NSLocalizedString("i18n.app.word_for_word", value: "Word for word deletion on long press", comment: ""), + sectionTitle: NSLocalizedString("i18n.app.settings.keyboard.functionality.delete_word_by_word", value: "Word for word deletion on long press", comment: ""), hasToggle: true, sectionState: .none(.toggleWordForWordDeletion), - shortDescription: NSLocalizedString("i18n.app.word_for_word.description", value: "Word for word deletion.", comment: "") + shortDescription: NSLocalizedString("i18n.app.settings.keyboard.functionality.delete_word_by_word_description", value: "Delete text word by word when the delete key is pressed and held.", comment: "") ) ], hasDynamicData: nil From 6edb4e85437fd182524285fb3f874dbfcca7e2b5 Mon Sep 17 00:00:00 2001 From: Purnama S Rahayu Date: Tue, 6 Jan 2026 13:48:53 +0700 Subject: [PATCH 2/6] fix sectionTitle and shortDescription constraint --- .../InfoChildTableViewCell.xib | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Scribe/Views/Cells/InfoChildTableViewCell/InfoChildTableViewCell.xib b/Scribe/Views/Cells/InfoChildTableViewCell/InfoChildTableViewCell.xib index 86400be2..4c73a5f7 100644 --- a/Scribe/Views/Cells/InfoChildTableViewCell/InfoChildTableViewCell.xib +++ b/Scribe/Views/Cells/InfoChildTableViewCell/InfoChildTableViewCell.xib @@ -19,10 +19,10 @@ -