implement creating lists

re: sk22#30
This commit is contained in:
sk
2023-01-10 07:33:04 -03:00
committed by LucasGGamerM
parent e45f3f30f3
commit ed9813f093
11 changed files with 281 additions and 16 deletions

View File

@@ -144,6 +144,13 @@
<string name="sk_mark_as_read">Mark as read</string>
<string name="sk_settings_about_instance">About instance</string>
<string name="sk_settings_single_notification">Only show one notification</string>
<string name="sk_create">Create</string>
<string name="sk_create_list_title">Create list</string>
<string name="sk_list_name_hint">List name</string>
<string name="sk_list_replies_policy">Show replies to</string>
<string name="sk_list_replies_policy_list">List members</string>
<string name="sk_list_replies_policy_followed">Any followed user</string>
<string name="sk_list_replies_policy_none">No one</string>
<!-- accessibility labels-->
<string name="sk_poll_option_add">Add new poll option</string>