Skip to content

Commit a188094

Browse files
author
Isaac
committed
Add missing localization
1 parent e8706fd commit a188094

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Telegram/Telegram-iOS/en.lproj/Localizable.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13442,3 +13442,5 @@ Sorry for the inconvenience.";
1344213442
"StarsTransaction.StarRefReason.Miniapp" = "Mini App";
1344313443
"StarsTransaction.StarRefReason.Affiliate" = "Affiliate";
1344413444
"StarsTransaction.StarRefReason.Referred" = "Referred User";
13445+
13446+
"Gallery.SaveToGallery.cached" = "cached";

submodules/GalleryUI/Sources/Items/UniversalVideoGalleryItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3696,7 +3696,7 @@ final class UniversalVideoGalleryItemNode: ZoomableContentGalleryItemNode {
36963696
}
36973697

36983698
if let statusValue = fileStatuses.first(where: { $0.fileId == qualityFile.media.fileId }), statusValue.isCached {
3699-
fileSizeString.append("cached")
3699+
fileSizeString.append("\(self.presentationData.strings.Gallery_SaveToGallery_cached)")
37003700
} else {
37013701
fileSizeString.insert(contentsOf: "", at: fileSizeString.startIndex)
37023702
}

0 commit comments

Comments
 (0)