-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
low priorityFix when there is timeFix when there is time
Description
Proposed changes
In the more tab, there should be an option to change the language.
Steps:
- Create modal to switch languages
- Reuse donation component for the options
- Link to the options like so:
<Link href="/more" locale="[desiredlocale]"> Change to [desiredlocale] </Link>
- Bring in styles with:
className={router.locale === 'en' ? 'option active' : 'option'}
Metadata
Metadata
Assignees
Labels
low priorityFix when there is timeFix when there is time