From 613fab79260e4c06a76477f87372ad6de53cfc3a Mon Sep 17 00:00:00 2001 From: ismailgulek Date: Fri, 18 Mar 2022 12:57:47 +0300 Subject: [PATCH] Add strings --- Riot/Assets/en.lproj/Vector.strings | 3 +++ Riot/Generated/Strings.swift | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index af5aa32be..bd0769889 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -470,6 +470,9 @@ Tap the + to start adding people."; "threads_empty_tip" = "Tip: Tap a message and use โ€œThreadโ€ to start one."; "threads_empty_show_all_threads" = "Show all threads"; "message_from_a_thread" = "From a thread"; +"threads_notice_title" = "Threads no longer experimental ๐ŸŽ‰"; +"threads_notice_information" = "All threads created during the experimental period will now be rendered as regular replies.

This will be a one-off transition, as threads are now part of the Matrix specification."; +"threads_notice_done" = "Got it"; "media_type_accessibility_image" = "Image"; "media_type_accessibility_audio" = "Audio"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index ca1a6125a..91b8eb759 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -7567,6 +7567,18 @@ public class VectorL10n: NSObject { public static var threadsEmptyTitle: String { return VectorL10n.tr("Vector", "threads_empty_title") } + /// Got it + public static var threadsNoticeDone: String { + return VectorL10n.tr("Vector", "threads_notice_done") + } + /// All threads created during the experimental period will now be rendered as regular replies.

This will be a one-off transition, as threads are now part of the Matrix specification. + public static var threadsNoticeInformation: String { + return VectorL10n.tr("Vector", "threads_notice_information") + } + /// Threads no longer experimental ๐ŸŽ‰ + public static var threadsNoticeTitle: String { + return VectorL10n.tr("Vector", "threads_notice_title") + } /// Threads public static var threadsTitle: String { return VectorL10n.tr("Vector", "threads_title")