Improve accessibility of Poll answers.
This commit is contained in:
parent
148b3d9dc7
commit
d15a352f74
4 changed files with 45 additions and 8 deletions
5
features/poll/api/src/main/res/values/localazy.xml
Normal file
5
features/poll/api/src/main/res/values/localazy.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="a11y_polls_percent_of_total">"%1$d percent of total votes"</string>
|
||||
<string name="a11y_polls_winning_answer">"This is the winning answer"</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue