-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from KaitoMuraoka/feature/add-strings-catalog
Add StringsCatalog
- Loading branch information
Showing
16 changed files
with
395 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import Foundation | ||
|
||
struct CommonButtonStrings { | ||
static let done: String = .init(localized: "Done") | ||
static let cancel: String = .init(localized: "Cancel") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"sourceLanguage" : "en", | ||
"strings" : { | ||
"CFBundleName" : { | ||
"comment" : "Bundle name", | ||
"extractionState" : "extracted_with_value", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "new", | ||
"value" : "PasswordBox" | ||
} | ||
}, | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "PasswordBox" | ||
} | ||
} | ||
} | ||
}, | ||
"NSFaceIDUsageDescription" : { | ||
"comment" : "Privacy - Face ID Usage Description", | ||
"extractionState" : "extracted_with_value", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "new", | ||
"value" : "Use FaceID to secure access to apps and provide secure authentication" | ||
} | ||
}, | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "FaceIDを使用してアプリへのアクセスを保護し、安全な認証を提供します。" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"version" : "1.0" | ||
} |
Oops, something went wrong.