mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 10:11:00 +00:00
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
2 changed files with 109 additions and 447 deletions
|
@ -103,7 +103,7 @@ struct AddTagGroupView_Previews: PreviewProvider {
|
||||||
let container = try? ModelContainer(for: TagGroup.self, configurations: ModelConfiguration())
|
let container = try? ModelContainer(for: TagGroup.self, configurations: ModelConfiguration())
|
||||||
|
|
||||||
// need to use `sheet` to show `symbolsSuggestionView` in preview
|
// 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)) {
|
.sheet(isPresented: .constant(true)) {
|
||||||
EditTagGroupView()
|
EditTagGroupView()
|
||||||
.withEnvironments()
|
.withEnvironments()
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue