Localize strings in UI
This commit is contained in:
parent
1b4040135e
commit
9827f3672b
6 changed files with 288 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
9
passExtension/en.lproj/InfoPlist.strings
Normal file
9
passExtension/en.lproj/InfoPlist.strings
Normal 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.";
|
||||
Loading…
Add table
Add a link
Reference in a new issue