mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix localization
This commit is contained in:
parent
2cc30f2db0
commit
26fd9952fa
@ -6998,8 +6998,8 @@ Sorry for the inconvenience.";
|
||||
"MessageCalendar.Title" = "Calendar";
|
||||
"MessageCalendar.DaysSelectedTitle_1" = "1 day selected";
|
||||
"MessageCalendar.DaysSelectedTitle_any" = "%@ days selected";
|
||||
"MessageCalendar.DeleteConfirmation_1" = "Are you sure you want to delete all messages for the selected day?";
|
||||
"MessageCalendar.DeleteConfirmation_1" = "Are you sure you want to delete all messages for the selected %@ days?";
|
||||
"MessageCalendar.DeleteAlertText_1" = "Are you sure you want to delete all messages for the selected day?";
|
||||
"MessageCalendar.DeleteAlertText_any" = "Are you sure you want to delete all messages for the selected %@ days?";
|
||||
|
||||
"SharedMedia.PhotoCount_1" = "1 photo";
|
||||
"SharedMedia.PhotoCount_any" = "%@ photos";
|
||||
|
@ -1399,7 +1399,7 @@ public final class CalendarMessageScreen: ViewController {
|
||||
}
|
||||
|
||||
if let _ = info.canClearForMyself ?? info.canClearForEveryone {
|
||||
items.append(ActionSheetTextItem(title: strongSelf.presentationData.strings.MessageCalendar_DeleteConfirmation(Int32(selectedCount))))
|
||||
items.append(ActionSheetTextItem(title: strongSelf.presentationData.strings.MessageCalendar_DeleteDeleteAlertText(Int32(selectedCount))))
|
||||
|
||||
if let canClearForEveryone = info.canClearForEveryone {
|
||||
let text: String
|
||||
|
Loading…
x
Reference in New Issue
Block a user