Localize more strings in password view

This commit is contained in:
Danny Moesch 2019-02-13 21:31:40 +01:00 committed by Mingshen Sun
parent 936d91e415
commit 116e258d05
5 changed files with 10 additions and 6 deletions

View file

@ -28,7 +28,7 @@ class PasswordEditorTableViewController: UITableViewController, FillPasswordTabl
private var navigationItemTitle: String?
private var sectionHeaderTitles = ["name", "password", "additions",""].map {$0.uppercased()}
private var sectionHeaderTitles = ["Name".localize(), "Password".localize(), "Additions".localize(),""].map {$0.uppercased()}
private var sectionFooterTitles = ["", "", "UseKeyValueFormat.".localize(), ""]
private let nameSection = 0
private let passwordSection = 1