mailpile / python-passcrow

Passcrow is a system for community-assisted secure password recovery.
GNU Lesser General Public License v3.0
11 stars 0 forks source link

i18n: Passcrow should not just be in English #13

Open BjarniRunar opened 2 years ago

BjarniRunar commented 2 years ago

Things that need to be translatable:

Things we don't want to translate:

What should we do when low level error messages leak into the UI of the CLI tool? Should make the library throw more granular exceptions so consumers can interpret and translate as they prefer?

BjarniRunar commented 2 years ago

There is now a passcrow.messages module which is used to translate the verification messages generated by the server. We're still too alpha to solicit translations, but things are progressing.