Device Verification: Translate emoji

This commit is contained in:
manuroe
2019-04-16 09:33:25 +02:00
parent 919d0f1523
commit 4633a82d91
4 changed files with 325 additions and 3 deletions
@@ -62,7 +62,7 @@ import Foundation
// MARK: - Implementation Details
extension {{enumName}} {
private static func tr(_ table: String, _ key: String, _ args: CVarArg...) -> String {
static func tr(_ table: String, _ key: String, _ args: CVarArg...) -> String {
let format = NSLocalizedString(key, tableName: table, bundle: Bundle(for: BundleToken.self), comment: "")
let locale: Locale