From bd46336568b3031cb58bec46234a1c974a77ff86 Mon Sep 17 00:00:00 2001 From: ganfra Date: Thu, 27 Feb 2025 21:04:48 +0100 Subject: [PATCH] change(invites) : move some strings to the invite module --- features/invite/impl/src/main/res/values/localazy.xml | 4 ++++ tools/localazy/config.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/features/invite/impl/src/main/res/values/localazy.xml b/features/invite/impl/src/main/res/values/localazy.xml index 7c2c019466..7800bdae07 100644 --- a/features/invite/impl/src/main/res/values/localazy.xml +++ b/features/invite/impl/src/main/res/values/localazy.xml @@ -6,4 +6,8 @@ "Decline chat" "No Invites" "%1$s (%2$s) invited you" + "Yes, decline & block" + "Are you sure you want to decline the invite to join this room? This will also prevent %1$s from contacting you or inviting you to rooms." + "Decline invite & block" + "Decline and block" diff --git a/tools/localazy/config.json b/tools/localazy/config.json index 20a53fdcf0..e58ba1ea16 100644 --- a/tools/localazy/config.json +++ b/tools/localazy/config.json @@ -56,7 +56,8 @@ { "name" : ":features:invite:impl", "includeRegex" : [ - "screen_invites_.*" + "screen_invites_.*", + "screen\\.join_room\\.decline_and_block_.*" ] }, {