Fix localization issues and export strings for translation

Signed-off-by: Terry Yiu <git@tyiu.xyz>
This commit is contained in:
2026-03-09 21:08:29 -04:00
parent 963da2d4eb
commit 31e281ce73
33 changed files with 1271 additions and 137 deletions
@@ -92,7 +92,7 @@ struct MutelistView: View {
}
}
Section(
header: Text(NSLocalizedString("Users", comment: "Section header title for a list of muted users.")),
header: Text("Users", comment: "Section header title for a list of muted users."),
footer: VStack { EmptyView() }.padding(.bottom, paddingBottom)
) {
ForEach(users, id: \.self) { user in