diff --git a/Threaded/Components/QuotePostView.swift b/Threaded/Components/QuotePostView.swift new file mode 100644 index 0000000..a29400e --- /dev/null +++ b/Threaded/Components/QuotePostView.swift @@ -0,0 +1,13 @@ +//Made by Lumaa + +import SwiftUI + +struct QuotePostView: View { + var body: some View { + Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) + } +} + +#Preview { + QuotePostView() +} diff --git a/Threaded/Data/SearchResults.swift b/Threaded/Data/SearchResults.swift new file mode 100644 index 0000000..02c3e31 --- /dev/null +++ b/Threaded/Data/SearchResults.swift @@ -0,0 +1,3 @@ +//Made by Lumaa + +import Foundation diff --git a/Threaded/Localizable.xcstrings b/Threaded/Localizable.xcstrings index 0ef53cc..adf36a1 100644 --- a/Threaded/Localizable.xcstrings +++ b/Threaded/Localizable.xcstrings @@ -35,7 +35,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Threaded is a very simple Mastodon client, that is meant to look like the newest social media Threads made by Meta Platforms. It integrates perfectly with your Mastodon account, and matches the Threads vibe, while having Mastodon-only features.\n\nThreaded is a 100% free, made in SwiftUI, [open-source](https://github.com/lumaa-dev/ThreadedApp), and doesn't violate [your privacy](https://apps.lumaa.fr/legal/privacy). [Learn more](https://apps.lumaa.fr/app/threaded)" + "value" : "Threaded is a very simple Mastodon client, that is meant to look like the newest social media Threads made by Meta Platforms. It integrates perfectly with your Mastodon account, and matches the Threads vibe, while having Mastodon-only features.\n\nThreaded is a 100% free, made in France using SwiftUI, [open-source](https://github.com/lumaa-dev/ThreadedApp), and doesn't violate [your privacy](https://apps.lumaa.fr/legal/privacy). [Learn more](https://apps.lumaa.fr/app/threaded)" } } } @@ -458,4 +458,4 @@ } }, "version" : "1.0" -} \ No newline at end of file +}