Adds support for video and image descriptions for accessibility use cases

This commit is contained in:
Vitor Pamplona
2023-04-24 10:21:01 -04:00
parent f1affc2dbb
commit 655cd20a01
10 changed files with 260 additions and 45 deletions
+7
View File
@@ -297,4 +297,11 @@
<string name="hash_verification_passed">Image is the same since the post</string>
<string name="hash_verification_failed">Image has changed. The author might not have seen the change</string>
<string name="content_description_add_image">Add Image</string>
<string name="content_description_add_video">Add Video</string>
<string name="content_description_add_document">Add Document</string>
<string name="add_content">Create and Add</string>
<string name="content_description">Description of the contents</string>
<string name="content_description_example">A blue boat in a white sandy beach at sunset</string>
</resources>