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 +}