Add accessibility labels to buttons in compose screen.
I've added .accessibilityLabel modifiers to all the buttons in the compose screen that needed it, other than the OpenAI features one, as I couldn't find the code for it, and am not entirely sure what it does.
Do I have to add these strings to a localization file somewhere? apologies, I'm very new to Xcode and iOS development still.
Awesome! Thanks!
Yes it would be nice if you could create a key for each, look at Localizable.strings and add them here. You can create a new prefix for accessibility keys. Like accessibility.editor.button.drafts = "Drafts"; for exemple. You need to add them in all files. Leave it in English for now everywhere and then it'll be translated later.
Alright, all done :)
Oh, okay i see. Sorry, new like I said haha. Also gone ahead and created a marker :)