Reverts to existing localization strategy

Existing `strings` tables removed. `tableName`s replaced with `comment`s.
This commit is contained in:
Stuart Breckenridge
2022-12-21 19:45:39 +08:00
parent 46be5a8768
commit 65dfa91ee1
30 changed files with 185 additions and 389 deletions

View File

@@ -21,7 +21,7 @@ struct InjectedNavigationView: View {
Button(role: .cancel) {
dismiss()
} label: {
Text("DONE_BUTTON_TITLE", tableName: "Buttons")
Text("Done", comment: "Button title")
}
}
}