This should be something that a user may enable by de-commenting some markup in a partial
Contributor guide
Tech stack
rubyrails
Domain
backendfull stackinternationalization
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Ruby on Rails basicsunderstanding of partialsi18n concepts
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
65
Research direction
Investigate the Avo codebase to find existing partials related to locale or i18n. Look for a current locale selector implementation or a placeholder that can be enabled by uncommenting. The issue mentions 'de commenting some markup in a partial', so likely there is a commented out section in a view partial. Check the app/views directory for relevant partials. Review the Avo documentation or related issues for guidance on i18n implementation.
Add locale selector by default · avo-hq/avo#2132 | Good First Issue