Remove unused `DiscardPostContent` strings
This commit is contained in:
parent
bd1339e9f2
commit
c7455a20b5
|
@ -15,10 +15,6 @@
|
|||
"title": "Vote Failure",
|
||||
"poll_ended": "The poll has ended"
|
||||
},
|
||||
"discard_post_content": {
|
||||
"title": "Discard Draft",
|
||||
"message": "Confirm to discard composed post content."
|
||||
},
|
||||
"publish_post_failure": {
|
||||
"title": "Publish Failure",
|
||||
"message": "Failed to publish the post.\nPlease check your internet connection.",
|
||||
|
|
|
@ -15,10 +15,6 @@
|
|||
"title": "Vote Failure",
|
||||
"poll_ended": "The poll has ended"
|
||||
},
|
||||
"discard_post_content": {
|
||||
"title": "Discard Draft",
|
||||
"message": "Confirm to discard composed post content."
|
||||
},
|
||||
"publish_post_failure": {
|
||||
"title": "Publish Failure",
|
||||
"message": "Failed to publish the post.\nPlease check your internet connection.",
|
||||
|
|
|
@ -40,12 +40,6 @@ public enum L10n {
|
|||
/// Delete Post
|
||||
public static let title = L10n.tr("Localizable", "Common.Alerts.DeletePost.Title", fallback: "Delete Post")
|
||||
}
|
||||
public enum DiscardPostContent {
|
||||
/// Confirm to discard composed post content.
|
||||
public static let message = L10n.tr("Localizable", "Common.Alerts.DiscardPostContent.Message", fallback: "Confirm to discard composed post content.")
|
||||
/// Discard Draft
|
||||
public static let title = L10n.tr("Localizable", "Common.Alerts.DiscardPostContent.Title", fallback: "Discard Draft")
|
||||
}
|
||||
public enum EditProfileFailure {
|
||||
/// Cannot edit profile. Please try again.
|
||||
public static let message = L10n.tr("Localizable", "Common.Alerts.EditProfileFailure.Message", fallback: "Cannot edit profile. Please try again.")
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
"Common.Alerts.Common.PleaseTryAgainLater" = "Please try again later.";
|
||||
"Common.Alerts.DeletePost.Message" = "Are you sure you want to delete this post?";
|
||||
"Common.Alerts.DeletePost.Title" = "Delete Post";
|
||||
"Common.Alerts.DiscardPostContent.Message" = "Confirm to discard composed post content.";
|
||||
"Common.Alerts.DiscardPostContent.Title" = "Discard Draft";
|
||||
"Common.Alerts.EditProfileFailure.Message" = "Cannot edit profile. Please try again.";
|
||||
"Common.Alerts.EditProfileFailure.Title" = "Edit Profile Error";
|
||||
"Common.Alerts.PublishPostFailure.AttachmentsMessage.MoreThanOneVideo" = "Cannot attach more than one video.";
|
||||
|
|
Loading…
Reference in New Issue