merge "Add LibreTranslate translations"

Changelog-Added: LibreTranslate note translations
This commit is contained in:
2023-01-19 21:59:37 -05:00
committed by William Casarin
11 changed files with 390 additions and 5 deletions

View File

@@ -116,7 +116,7 @@ struct ProfileView: View {
@State var is_zoomed: Bool = false
@State var show_share_sheet: Bool = false
@State var action_sheet_presented: Bool = false
@StateObject var user_settings = UserSettingsStore()
@EnvironmentObject var user_settings: UserSettingsStore
@Environment(\.dismiss) var dismiss
@Environment(\.colorScheme) var colorScheme