Margaret-Petersen / Margaret-Petersen/python-based-food-ordering-system
Language Selection
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Feature Request
When the user selects a language that matches the currently active language of the application, the system should display a message: 'This language is already selected.' Ensure that no language switch occurs in this scenario.
Solution
If the selected language matches the currently active language, display a non-intrusive message such as:
"This language is already selected."
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named in the issue. Locate the language-selection handler and its existing language-switch behavior, then verify that selecting the active language shows the specified message without switching languages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- internationalization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100