mirror of
https://github.com/yattee/yattee.git
synced 2026-06-27 09:04:19 +00:00
Convert Contributors, Translators, Acknowledgements to macOS-native helpers
This commit is contained in:
@@ -37,13 +37,11 @@ struct TranslationContributorsView: View {
|
||||
}
|
||||
|
||||
private var contributorsList: some View {
|
||||
Form {
|
||||
Section {
|
||||
SettingsFormContainer {
|
||||
SettingsFormSection(footer: "settings.translators.section.footer") {
|
||||
ForEach(contributors) { contributor in
|
||||
contributorRow(contributor)
|
||||
}
|
||||
} footer: {
|
||||
Text(String(localized: "settings.translators.section.footer"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user