Created
February 2, 2019 14:10
-
-
Save ysoftware/29cd03c71b578c583f4a13c1feb682c1 to your computer and use it in GitHub Desktop.
Example of localizable file on iOS
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
/* */ | |
"error_auth_incorrectEmailLength" = "Email should be longer than 5 and shorter than 254 symbols"; | |
/* */ | |
"error_auth_incorrectPasswordLength" = "Password should be longer than 5 and shorter than 50 symbols"; | |
/* */ | |
"error_auth_invalidEmail" = "Incorrectly formatted email"; | |
/* */ | |
"error_auth_accountBlocked" = "This account was blocked"; | |
/* */ | |
"error_auth_accountExists" = "User already exists"; | |
/* */ | |
"error_auth_incorrectCredentials" = "Incorrect credentials"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment