added DeepL API link

This commit is contained in:
Lumaa 2024-01-21 13:07:26 +01:00
parent 99da80ff52
commit 6150846f24
2 changed files with 14 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Threaded is a 100% free, made in SwiftUI, [#OpenSource](https://github.com/luma
- [x] Launch screen like Threads
- [ ] Translating posts in other languages (suggested by [@Damon](https://mozilla.social/@Damon))
- [ ] [Translating](https://www.deepl.com/en/pro-api) posts in other languages (suggested by [@Damon](https://mozilla.social/@Damon))
- [ ] [Live Activity](https://github.com/lumaa-dev/Too-Much-Code/blob/main/TMC-Widget/TMC_LAProgress.swift) when posting (for large content/attachments, like Instagram already does)

View File

@ -0,0 +1,13 @@
//Made by Lumaa
import SwiftUI
struct SafariView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
#Preview {
SafariView()
}