mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Localizations fixes
This commit is contained in:
parent
24241d3485
commit
c7d6253739
@ -10,10 +10,10 @@ struct SettingsHeader: View {
|
|||||||
if secondary {
|
if secondary {
|
||||||
EmptyView()
|
EmptyView()
|
||||||
} else {
|
} else {
|
||||||
Text(text)
|
Text(text.localized())
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
Text(text)
|
Text(text.localized())
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
|
Loading…
Reference in New Issue
Block a user