From 1498745c05b50b608b880d7b7438784772273d92 Mon Sep 17 00:00:00 2001 From: Lumaa Date: Fri, 29 Dec 2023 12:54:35 +0100 Subject: [PATCH] Localized all missing strings and changed login.mastodon.footer --- Threaded/Localizable.xcstrings | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/Threaded/Localizable.xcstrings b/Threaded/Localizable.xcstrings index 88d7557..3c3be9a 100644 --- a/Threaded/Localizable.xcstrings +++ b/Threaded/Localizable.xcstrings @@ -50,7 +50,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Log in your Mastodon account using its instance URL" + "value" : "Log in your Mastodon account using its instance URL. You cannot create an account using Threaded." } } } @@ -212,6 +212,26 @@ } } }, + "timeline.empty" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No posts" + } + } + } + }, + "timeline.empty.description" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You don't have posts in your home timeline. Follow users or change timelines to see posts!" + } + } + } + }, "timeline.federated" : { }, @@ -229,4 +249,4 @@ } }, "version" : "1.0" -} \ No newline at end of file +}