lockwise-ios
lockwise-ios copied to clipboard
Separate the strings for Username and Password copied
trafficstars
This way the translations can match verb/subject genders like the example below:
- "Nombre de usuario copiado" (ends in "o")
- And for Password "Contraseña copiada" (ends in "a")
Originally posted by @isabelrios in https://github.com/mozilla-lockwise/lockwise-ios/issues/1014#issuecomment-495539613
@devinreams the constraints are updated in my PR #1026 , I think this can just address separating the interpolated string into a full one for Contraseña copiada and Nombre de usuario copiado.