react-native icon indicating copy to clipboard operation
react-native copied to clipboard

[Accesibility] accessibilityRole is in English only, not multilanguage

Open tastafur opened this issue 3 years ago • 1 comments

Please provide all the information requested. Issues that do not follow this format are likely to stall.

Description

accessibilityRole is read in English, people with visual disabilities do not have to know English, I need it to be able to support multilanguage so that it does not say the role in English and say it in the corresponding language

React Native version:

System: OS: macOS 11.2.3 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 1.17 GB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 12.16.0 - ~/.nvm/versions/node/v12.16.0/bin/node Yarn: 1.22.0 - /usr/local/bin/yarn npm: 6.13.4 - ~/.nvm/versions/node/v12.16.0/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.10.1 - /Users/dogoodpeople/.rvm/gems/ruby-2.7.0/bin/pod SDKs: iOS SDK: Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4 Android SDK: API Levels: 28, 29 Build Tools: 28.0.3, 29.0.2, 29.0.3 System Images: android-23 | Google APIs Intel x86 Atom_64, android-28 | Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom, android-30 | Google APIs Intel x86 Atom_64 Android NDK: Not Found IDEs: Android Studio: 4.1 AI-201.8743.12.41.6953283 Xcode: 12.5/12E262 - /usr/bin/xcodebuild Languages: Java: 1.8.0_281 - /usr/bin/javac Python: 2.7.16 - /usr/bin/python npmPackages: @react-native-community/cli: Not Found react: 16.13.1 => 16.13.1 react-native: 0.63.4 => 0.63.4 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

  1. Active talkback
  2. Open app
  3. Click in element with some role

Expected Results

That the role was read in the required language

Snack, code example, screenshot, or link to a repository:

This is work

accessibilityRole="button"

This is not work

accessibilityRole="boton"

tastafur avatar May 31 '21 08:05 tastafur

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Feb 03 '24 05:02 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Feb 10 '24 05:02 github-actions[bot]