Skip to content

Commit

Permalink
Create RefdsLocalizableKey.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelesantos committed May 14, 2024
1 parent c168625 commit 0196436
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Sources/RefdsShared/Resource/String/RefdsLocalizableKey.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import Foundation

public enum RefdsLocalizableKey: String {
case lockScreenTitle
case lockScreenDescription
case lockScreenButtonTitle
case lockScreenRequestAuthReason
case lockScreenAuthErrorNoBiometricsTitle
case lockScreenAuthErrorNoBiometricsDescription
case lockScreenAuthErrorTitle
case lockScreenAuthErrorDescription
case riskLowDescription
case riskMediumDescription
case riskHighDescription
case riskWarningDescription
case welcomeIntroduction
}

0 comments on commit 0196436

Please sign in to comment.