tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 35 forks source link

Localization support? #29

Open julien-me opened 2 years ago

julien-me commented 2 years ago

Hi, thanks for what looks like a cool and ambitious project.

I see there are localization files for en/es/pt but unless I'm mistaken they seem not to be used anywhere? In any case I can provide a PR for a french translation if that's welcome.

tvallotton commented 2 years ago

Hi, you are right, so far they are not being used. That is because I still haven't figured out how they should be integrated in an extensible yet non invasive way into the project. As I've planned it, I will probably move that functionality into a separate crate so the logic can be shared by other rocket related projects I plan to work on. (btw you are very welcome to contribute)