mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
Localizations fixes
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user