Skip to content

Commit

Permalink
add stock strings for reaction summary
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Apr 5, 2024
1 parent 4d59c38 commit 71a4a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deltachat-ios/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 71a4a27

Please sign in to comment.