Interim commit wth .based localisations

This commit is contained in:
Stuart Breckenridge
2022-12-24 15:01:33 +08:00
parent f48e30ea7d
commit d457b2dd53
17 changed files with 126 additions and 135 deletions

View File

@@ -29,8 +29,8 @@ class ImageViewController: UIViewController {
super.viewDidLoad()
closeButton.imageView?.contentMode = .scaleAspectFit
closeButton.accessibilityLabel = NSLocalizedString("Close", comment: "Close")
shareButton.accessibilityLabel = NSLocalizedString("Share", comment: "Share")
closeButton.accessibilityLabel = NSLocalizedString("button.title.close", comment: "Close")
shareButton.accessibilityLabel = NSLocalizedString("button.title.share", comment: "Share")
imageScrollView.setup()
imageScrollView.imageScrollViewDelegate = self