Skip to content

Commit

Permalink
Added some TODO markers for tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
alansley committed Aug 27, 2024
1 parent a402a1b commit 96453f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preferences_privacy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
10 changes: 10 additions & 0 deletions libsession/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 96453f1

Please sign in to comment.