Skip to content

feat: localize Help page strings into react-i18next - #22

Merged
Meshmulla merged 2 commits into
stellar-kracken:mainfrom
vrickish:vrick_fix_fe_5
Jul 16, 2026
Merged

feat: localize Help page strings into react-i18next#22
Meshmulla merged 2 commits into
stellar-kracken:mainfrom
vrickish:vrick_fix_fe_5

Conversation

@vrickish

Copy link
Copy Markdown
Contributor

Closes #5

What does this PR do?

Moves all hardcoded user-facing strings from Help.tsx into the react-i18next translation system under a new help namespace.

Changes: Help.tsx

  • Added useTranslation hook. Replaced 23 hardcoded English strings with t() calls using namespaced keys (help.title, help.intro, help.categories, etc). en.json through ar.json
  • Added help namespace with 23 translated keys in all 8 supported languages.

How was this tested? Manual review confirms no hardcoded strings remain. All keys follow existing naming conventions. Page renders identically.

Checklist:

[x] Code conforms to style guidelines
[x] No hardcoded user-facing strings remain
[x] Key names consistent with existing convention
[x] Translations added for all 8 supported languages

vrickish and others added 2 commits July 16, 2026 13:42
## Closes stellar-kracken#5

### What does this PR do? Moves all hardcoded user-facing strings from Help.tsx into the react-i18next translation system under a new help namespace. ### Changes: Help.tsx - Added useTranslation hook. Replaced 23 hardcoded English strings with t() calls using namespaced keys (help.title, help.intro, help.categories, etc). en.json through ar.json - Added help namespace with 23 translated keys in all 8 supported languages. ### How was this tested? Manual review confirms no hardcoded strings remain. All keys follow existing naming conventions. Page renders identically. ### Checklist: [x] Code conforms to style guidelines [x] No hardcoded user-facing strings remain [x] Key names consistent with existing convention [x] Translations added for all 8 supported languages
@Meshmulla
Meshmulla merged commit 6d4b843 into stellar-kracken:main Jul 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Localize the Help page: move hardcoded strings into react-i18next

2 participants