mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Reverts to existing localization strategy
Existing `strings` tables removed. `tableName`s replaced with `comment`s.
This commit is contained in:
@@ -21,7 +21,7 @@ struct InjectedNavigationView: View {
|
||||
Button(role: .cancel) {
|
||||
dismiss()
|
||||
} label: {
|
||||
Text("DONE_BUTTON_TITLE", tableName: "Buttons")
|
||||
Text("Done", comment: "Button title")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user