HemmeligOrg / Hemmelig.app

Keep your sensitive information out of chat logs, emails, and more with encrypted secrets.
https://hemmelig.app
MIT License
681 stars 57 forks source link

- Add missing translations to account/users & signin routes #300

Closed bjarneo closed 4 months ago

bjarneo commented 4 months ago

Thank you, @ltguillaume This PR includes commits from this: https://github.com/HemmeligOrg/Hemmelig.app/pull/299

Copilot

This pull request primarily focuses on internationalization (i18n) improvements in the client/routes/account/users.jsx and client/routes/signin/index.jsx files, and the corresponding translations in public/locales/en/translation.json and public/locales/nl/translation.json. The changes involve replacing hard-coded strings with calls to the translation function t(), which will allow for easier localization of the application in different languages.

Internationalization improvements:

Translation changes:

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud