Added some TODO markers for tomorrow

This commit is contained in:
alansley 2024-08-27 15:42:33 +10:00
parent a402a1be79
commit 96453f1f1e
2 changed files with 11 additions and 1 deletions

View File

@ -39,7 +39,7 @@
android:key="pref_typing_indicators"
android:title="@string/typingIndicators"
android:summary="@string/typingIndicatorsDescription" />
<ImagePreference />
<ImagePreference /> <!-- TODO ACL: Need to show a live typing indicator here & remove the "(...)" from the above string -->
</PreferenceCategory>

View File

@ -816,5 +816,15 @@ NOTE: Strings with blank lines have manually been replaced with '\n\n' - this wi
<!-- Missing from CrowdIn circa 2024-08-22 -->
<string name="messageStatusUploading">Uploading</string>
<!-- TODO ACL: Add and tie in these plurals in the morning -ACL 2024-08-27
deleteMessage Delete Message Delete Messages
deleteMessageFailed Failed to delete message Failed to delete messages
deleteMessageDeleted Message deleted Messages deleted
messageNew New Message New Messages
groupRemoveUserOnly Remove user Remove user Remove users
groupRemoveMessages Remove user and their messages Remove users and their messages
membersInviteSend Send Invite Send Invites
-->
</resources>