-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RCTLocalizedString: Replace usages of AccessibilityResources (#37680)
Summary: Pull Request resolved: #37680 Changelog: [iOS][Fixed] - Localize Voiceover strings in Paper ## Stack React Native on iOS adds strings to Voiceover interactions to supply more information to users . Internally, and out-of-the-box externally, these are today always announced in English instead of being localized. This stack adds a limited new internal API, `RCTLocalizedString(string, description)` to allow auto-translated strings which are consumed by both Meta and OSS. Reviewed By: cipolleschi Differential Revision: D46415273 fbshipit-source-id: 4174e38cef4eee251fa2d59e10763cde8e8681ad
- Loading branch information
1 parent
f83ca12
commit 0e99b19
Showing
1 changed file
with
39 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters