palladians / pallad

Progressive Mina Protocol Wallet
https://pallad.co/
Apache License 2.0
26 stars 10 forks source link

Add internationalization and replace all hardcoded labels with i18n entries #211

Closed ManyRios closed 1 week ago

ManyRios commented 2 months ago

Describe changes

Added react-i18next dependency for packages/features. Added all necessary config files for the i18next library. Extracted all necessary i18n entries from hardcoded labels in Pallad to locales/en.json

Ticket or discussion link

https://github.com/palladians/pallad/issues/194

All the labels has been changed in packages/features.

deepsource-io[bot] commented 2 months ago

Here's the code health analysis summary for commits 1b34dba..c19af51. View details on DeepSource β†—.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScriptβœ… Success
❗ 2 occurences introduced
🎯 4 occurences resolved
View Check β†—

πŸ’‘ If you’re a repository administrator, you can configure the quality gates from the settings.
ManyRios commented 2 months ago

@mrcnk Please review...

mrcnk commented 2 months ago

Hi @ManyRios, the wallet doesn't seem to work when I built it: CleanShot 2024-08-30 at 21 53 49@2x

ManyRios commented 2 months ago

@mrcnk I dont have conflicts... please check again image

ManyRios commented 1 month ago

Hey @mrcnk please review this PR