Localize strings in UI

This commit is contained in:
Danny Moesch 2019-01-19 14:17:16 +01:00 committed by Mingshen Sun
parent 1b4040135e
commit 9827f3672b
6 changed files with 288 additions and 3 deletions

View file

@ -45,6 +45,6 @@
<string>com.apple.ui-services</string>
</dict>
<key>NSFaceIDUsageDescription</key>
<string>Enable access to Face ID to unlock Pass</string>
<string>Enable access to Face ID to unlock Pass.</string>
</dict>
</plist>

View file

@ -0,0 +1,9 @@
/*
Localizable.strings
pass
Created by Danny Moesch on 19.01.19.
Copyright © 2019 Bob Sun. All rights reserved.
*/
"NSFaceIDUsageDescription" = "Enable access to Face ID to unlock Pass.";