Merge pull request #1288 from tuskyapp/poll-description

Minimal screen reader support for polls
This commit is contained in:
Konrad Pozniak 2019-05-30 21:53:56 +02:00 committed by GitHub
commit 9a90594fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 61 additions and 83 deletions

View file

@ -99,4 +99,10 @@
<item>ja</item>
</string-array>
<string name="description_status" translatable="false">
<!-- Display name, cw?, content?, poll? relative date, reposted by?, reposted?, favorited?, username, media?; visibility, fav number?, reblog number?-->
%1$s; %2$s; %3$s, %13$s %4$s, %5$s; %6$s, %7$s, %8$s, %9$s; %10$s, %11$s, %12$s
</string>
</resources>

View file

@ -450,9 +450,8 @@
<string name="description_visiblity_direct">
Direct
</string>
<string name="description_status">
<!-- Display name, cw?, content?, relative date, reposted by?, reposted?, favorited?, username, media?; visibility, fav number?, reblog number?-->
%1$s; %2$s; %3$s, %4$s, %5$s; %6$s, %7$s, %8$s, %9$s; %10$s, %11$s, %12$s
<string name="description_poll">
Poll with choices: %s, %s, %s, %s; %s
</string>
<string name="hint_list_name">List name</string>