Skip to content
Snippets Groups Projects
Commit aeb46e0c authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Kateryna Kostiuk
Browse files

fix: reverts "gitignore: ignore generated data"


- Reverts commit ffe39be9
- Adds missing generated strings from commit d8b60072...

Change-Id: I16c502b349f34c605c15b98a449fff9556520b29
Reviewed-by: default avatarKateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
parent ffe39be9
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,6 @@ Ring/Ring.xcodeproj/project.xcworkspace/xcshareddata/ ...@@ -11,9 +11,6 @@ Ring/Ring.xcodeproj/project.xcworkspace/xcshareddata/
Ring/Ring.xcodeproj/project.xcworkspace/xcuserdata/ Ring/Ring.xcodeproj/project.xcworkspace/xcuserdata/
Ring/Ring.xcodeproj/xcuserdata/ Ring/Ring.xcodeproj/xcuserdata/
# Generated
Ring/Ring/Constants/Generated/
# Obj-C/Swift specific # Obj-C/Swift specific
*.hmap *.hmap
*.ipa *.ipa
......
...@@ -22,6 +22,12 @@ enum L10n { ...@@ -22,6 +22,12 @@ enum L10n {
static let accountNoNetworkTitle = L10n.tr("Localizable", "alerts.accountNoNetworkTitle") static let accountNoNetworkTitle = L10n.tr("Localizable", "alerts.accountNoNetworkTitle")
/// Account couldn't be found on the Ring network. Make sure it was exported on Ring from an existing device, and that provided credentials are correct. /// Account couldn't be found on the Ring network. Make sure it was exported on Ring from an existing device, and that provided credentials are correct.
static let acountCannotBeFoundMessage = L10n.tr("Localizable", "alerts.acountCannotBeFoundMessage") static let acountCannotBeFoundMessage = L10n.tr("Localizable", "alerts.acountCannotBeFoundMessage")
/// Cancel
static let profileCancelPhoto = L10n.tr("Localizable", "alerts.profileCancelPhoto")
/// Take photo
static let profileTakePhoto = L10n.tr("Localizable", "alerts.profileTakePhoto")
/// Upload photo
static let profileUploadPhoto = L10n.tr("Localizable", "alerts.profileUploadPhoto")
} }
enum Createaccount { enum Createaccount {
...@@ -54,6 +60,8 @@ enum L10n { ...@@ -54,6 +60,8 @@ enum L10n {
enum Createprofile { enum Createprofile {
/// Skip to Create Account /// Skip to Create Account
static let createAccount = L10n.tr("Localizable", "createProfile.createAccount") static let createAccount = L10n.tr("Localizable", "createProfile.createAccount")
/// Next
static let createAccountWithProfile = L10n.tr("Localizable", "createProfile.createAccountWithProfile")
/// Skip to Link Device /// Skip to Link Device
static let linkDevice = L10n.tr("Localizable", "createProfile.linkDevice") static let linkDevice = L10n.tr("Localizable", "createProfile.linkDevice")
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment