Skip to content

Instantly share code, notes, and snippets.

@ysoftware
Created February 2, 2019 14:10
Show Gist options
  • Save ysoftware/29cd03c71b578c583f4a13c1feb682c1 to your computer and use it in GitHub Desktop.
Save ysoftware/29cd03c71b578c583f4a13c1feb682c1 to your computer and use it in GitHub Desktop.
Example of localizable file on iOS
/* */
"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