From 6e6341afb880d52c0cb960f5bcfbe13ce41ee3f6 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Thu, 21 Sep 2023 00:05:26 +0200 Subject: [PATCH] Run swiftgen --- .../Sources/MastodonLocalization/Generated/Strings.swift | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift b/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift index dd45d6963..3367b4805 100644 --- a/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift +++ b/MastodonSDK/Sources/MastodonLocalization/Generated/Strings.swift @@ -1303,6 +1303,14 @@ public enum L10n { /// No results public static let noResults = L10n.tr("Localizable", "Scene.Search.Searching.EmptyState.NoResults", fallback: "No results") } + public enum NoUser { + /// There's no Useraccount "%@" on %@ + public static func message(_ p1: Any, _ p2: Any) -> String { + return L10n.tr("Localizable", "Scene.Search.Searching.NoUser.Message", String(describing: p1), String(describing: p2), fallback: "There's no Useraccount \"%@\" on %@") + } + /// No User Account Found + public static let title = L10n.tr("Localizable", "Scene.Search.Searching.NoUser.Title", fallback: "No User Account Found") + } } } public enum ServerPicker {