Lock.strings et définir les valeurs à utiliser pour les différents éléments de texte que Lock peut afficher.
Vous trouverez plus d’informations sur la gestion des langues dans la documentation officielle d’Apple sur Internationalization and Localization
Valeurs des chaînes de Lock
Fournir des chaînes anglaises de remplacement
File inspector, cliquez sur Localize...

English :

// Forgot password "com.auth0.lock.database.button.forgot_password" = "Did you forget your password?"; // tos & privacy "com.auth0.lock.database.button.tos" = "Signing up is an indication of your agreement to our terms of\n service and privacy policy";
Prise en charge d’autres langues
Project/Info


Remarques
// No more than %@{count} identical characters in a row (such as, \"%@{identical sample}\" not allowed) "com.auth0.lock.error.password.no_more_identical" = "No more than %1$d identical characters in a row (such as, \"%2$@\" not allowed)";