codeforboston / codeforboston/cliff-effects
Make all text in the app translatable
Open
infrastructure
ongoing
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
We want to factor out any and all strings in the interface into localization structures (like the one in `src/localization/en.js`) in order to let the whole app be translated into whatever languages we want/can. We also need to pass the `translate` function down to each display component so that it can retrieve the correct string(s) using a unique key.
See #489 for an example.
Adding a partial list of pages that need snippets for my own reference – Parker
- [ ] HomePage.js
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.