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:
Pavlo Shadov 2024-01-05 08:51:53 +01:00 committed by GitHub
parent e6a4bd383c
commit 3e968525ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 109 additions and 447 deletions

View file

@ -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