Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added accessibility labels for issue: "Voiceover support for accessibility #1842" #1906

Merged
merged 6 commits into from
Jun 25, 2018

Conversation

einMarco
Copy link

I added the accessibility labels for the buttons in Riot.

@@ -77,6 +77,15 @@ - (void)viewDidLoad
_roomsViewController = [self.viewControllers objectAtIndex:TABBAR_ROOMS_INDEX];
_groupsViewController = [self.viewControllers objectAtIndex:TABBAR_GROUPS_INDEX];

// Set the accessibility labels for all buttons #1842
[_settingsBarButtonItem setAccessibilityLabel:@"Settings"];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These strings need to be internationalised using NSLocalizedStringFromTable(@"xxx", @"Vector", nil);

Default English values should be then added the en.lproj/Vector.string file.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll try to add this.

@manuroe
Copy link
Member

manuroe commented Jun 25, 2018

Thanks @einMarco for this update. We just need to manage i18n and we are done.

@einMarco
Copy link
Author

I committed the changes, never worked with i18n strings, hope this is alright.

@manuroe manuroe merged commit dc8f10e into element-hq:develop Jun 25, 2018
@aaronraimist
Copy link
Contributor

@manuroe this PR is merged into develop but I don't think it ever got to a release. It works in my Xcode build but not in the shipping v0.7.6.

@manuroe manuroe added this to the Sprint 15 milestone Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants