gray-mueller / gray-mueller/food-delivery-app-with-source-code
"Über uns" Page Displays English "About Us" Content in German Language Setting
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
When the app is set to German, clicking on the "Über uns" page in the Store app leads to a page that displays English content titled "About Us" instead of showing the correctly localized German version.
To Reproduce
Steps to reproduce the behavior:
Open the Store app.
Switch the language to German.
Click on the "Über uns" page from the menu or footer.
Observe that the page content and heading appear in English ("About Us").
Expected behavior
When German is selected as the language, the "Über uns" page should display its heading and content entirely in German.
Smartphone (please complete the following information):
Device: Samsung A15
Additional context
This may be due to a missing or incorrect localization mapping for the page content. Proper i18n (internationalization) handling should be applied to ensure language consistency throughout the app.
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
Start in the Store app by tracing the menu or footer link to the “Über uns” page and then inspect how its heading and content are selected for the German language setting. Check the localization mapping for this page; done means the German setting shows a German heading and entirely German content instead of “About Us”.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- internationalization, localization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100