-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[10k]: Internationalization framework #64
Comments
Let's check in with @andycochran and @acouch et al to see about the right order of operations for this. Does it make sense to build the i18n framework into the foundational UI before we add any other content? Sometimes it's harder to add i18n later to an existing site. But I defer to y'all! |
Very likely we can get this one for free. Tho we haven't discussed frontend planning with the group yet, one solution Nava has been thinking of and discussing internally would include i18n out-of-the-box. |
@lucasmbrown-usds We have a template that includes Next.js i18n routing. Agree it would be preferable to include that in the initial front-end setup #110 . |
Awesome, great news @andycochran @acouch ! |
We have adopted an i18n library for the front-end. It is documented here: https://github.com/HHS/grants-equity/blob/main/documentation/frontend/internationalization.md |
Description
Implement an internationalization framework (to support multiple languages) we believe can scale as the site scales.
Invest early in this. It is much easier to build internationalization in from the beginning than it is to add support for it to an existing codebase.
Dependencies
Sub-Tasks
Definition of Done
The text was updated successfully, but these errors were encountered: