Update Ukrainian localization (#1817)
* Remove empty string * Update and add missing localizations * Revert empty string removal * Mark "parent view for EditTagGroupView" as translated * Remove the text dedicated only for Preview
This commit is contained in:
parent
e6a4bd383c
commit
3e968525ac
|
@ -103,7 +103,7 @@ struct AddTagGroupView_Previews: PreviewProvider {
|
|||
let container = try? ModelContainer(for: TagGroup.self, configurations: ModelConfiguration())
|
||||
|
||||
// need to use `sheet` to show `symbolsSuggestionView` in preview
|
||||
return Text("parent view for EditTagGroupView")
|
||||
return Text(verbatim: "parent view for EditTagGroupView")
|
||||
.sheet(isPresented: .constant(true)) {
|
||||
EditTagGroupView()
|
||||
.withEnvironments()
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue