Implement option to see removed comment.

This commit is contained in:
Hermes Junior
2020-06-12 00:02:35 +02:00
committed by OHermesJunior
parent 66f4db6b40
commit 4a1bed82d7
9 changed files with 184 additions and 6 deletions

View File

@@ -276,6 +276,10 @@
<string name="are_you_sure">Are you sure?</string>
<string name="edit">Edit</string>
<string name="delete">Delete</string>
<string name="see_removed_comment">See Removed Comment</string>
<string name="see_removed_post">See Removed Post</string>
<string name="fetching_removed_comment">Fetching removed comment</string>
<string name="show_removed_comment_failed">Could not find the removed comment</string>
<string name="cancel">Cancel</string>
<string name="ok">OK</string>
<string name="edit_success">Edit successful</string>