Add translations / Fix language switching alert
Summary
When switching the app language in the current version, a blocking alert appears saying that languages are not yet available. This prevents users from changing the UI language and worsens user experience. We should add translations or handle the language switch more gracefully.
Steps to reproduce
- Open the app.
- Go to Settings → Language (or use the language switcher).
- Select a different language.
- Observe the blocking alert: "Languages are not yet available" (or similar) and the UI language does not change.
Expected behavior
- The app switches to the selected language if translations exist.
- If a language is missing, the UI should:
- Fallback to the default language; or
- Show a non-blocking notice (e.g., toast) that translation is incomplete and continue
Actual behavior
- A blocking alert appears stating that languages are not available, preventing the language switch.
Labels
Please fill in the Environment fields and attach logs/screenshots if available. Would you like code snippets for handling this in a specific stack (React + react-i18next, Android, iOS, or Flutter)?
Add translations / Fix language switching alert
Summary
When switching the app language in the current version, a blocking alert appears saying that languages are not yet available. This prevents users from changing the UI language and worsens user experience. We should add translations or handle the language switch more gracefully.
Steps to reproduce
Expected behavior
Actual behavior
Labels
Please fill in the Environment fields and attach logs/screenshots if available. Would you like code snippets for handling this in a specific stack (React + react-i18next, Android, iOS, or Flutter)?