feat(i18n): replace all hardcoded strings with translation calls

- Add translation keys for dashboard, send, receive, history, swap,
  pools, staking, lpStaking, fees, tokens, errors, validation, time,
  and context sections to types.ts and all 6 language files
- Replace hardcoded Kurdish/Turkish strings in all wallet components
  with useTranslation() hook t() calls
- Replace hardcoded strings in non-React files (crypto, utils,
  error-tracking, wallet-storage, contexts) with standalone translate()
- Fix Turkish strings incorrectly used in Kurdish codebase
This commit is contained in:
2026-02-14 18:16:08 +03:00
parent 71f142b9f4
commit c4282f5870
23 changed files with 2294 additions and 253 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "1.0.189",
"buildTime": "2026-02-14T08:53:06.213Z",
"buildNumber": 1771059186214
"version": "1.0.190",
"buildTime": "2026-02-14T15:16:08.944Z",
"buildNumber": 1771082168945
}