From d64abcd5828eb9e1163b172a11452ec8ad7e4c58 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Fri, 5 Apr 2024 18:04:06 +0200 Subject: [PATCH] add stock strings for reaction summary --- deltachat-ios/AppDelegate.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deltachat-ios/AppDelegate.swift b/deltachat-ios/AppDelegate.swift index 3da948ca1..9c8ff3cf7 100644 --- a/deltachat-ios/AppDelegate.swift +++ b/deltachat-ios/AppDelegate.swift @@ -734,6 +734,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD dcContext.setStockTranslation(id: DC_STR_NEW_GROUP_SEND_FIRST_MESSAGE, localizationKey: "chat_new_group_hint") dcContext.setStockTranslation(id: DC_STR_MESSAGE_ADD_MEMBER, localizationKey: "member_x_added") dcContext.setStockTranslation(id: DC_STR_INVALID_UNENCRYPTED_MAIL, localizationKey: "invalid_unencrypted_tap_to_learn_more") + dcContext.setStockTranslation(id: DC_STR_YOU_REACTED, localizationKey: "reaction_by_you") + dcContext.setStockTranslation(id: DC_STR_REACTED_BY, localizationKey: "reaction_by_other") } func appIsInForeground() -> Bool {