mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 13:59:04 -04:00
Fix double localization
This commit is contained in:
parent
1b847b5e11
commit
c9cd21c104
@ -97,7 +97,7 @@ struct RootView: View {
|
|||||||
if FeatureFlags.hasLibrary {
|
if FeatureFlags.hasLibrary {
|
||||||
Section("app_macos_navigation.button.library".localized) {
|
Section("app_macos_navigation.button.library".localized) {
|
||||||
ForEach(libraryItems, id: \.self) { navigationItem in
|
ForEach(libraryItems, id: \.self) { navigationItem in
|
||||||
Label(navigationItem.name.localized, systemImage: navigationItem.icon)
|
Label(navigationItem.name, systemImage: navigationItem.icon)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user