=== Overview ===
As part of the **Essential Tasks** block in the //Starter Kit Dashboard//, we need to implement a card that provides guidance and support for translating core interface messages via //Translatewiki.net//. This helps ensure that the wiki interface is properly localized for the user’s language.
**Interactive prototype**: [[ https://claude.ai/public/artifacts/e9543c46-366b-4a0e-990a-58cffff863da | Link ]]
**Screenshot**
{F75234724 size=full}
=== User journey ===
1. **Account check**. The app asks whether the user has a Translatewiki.net account. If yes, they proceed. If not, the app guides them through registration and waits for confirmation before continuing.
2. **Open**. The app opens Translatewiki.net preloaded with the MediaWiki core message group, filtered by the user’s language and sorted by most-used messages.
3. **Translate**. The user translates messages in Translatewiki.net. The app tracks progress and unlocks completion after 10 messages. Translations are automatically synced to the wiki within 24 hours; no manual publishing is required.
=== Card implementation details ===
**Category**: Editing
**Tool**: Translatewiki.net
**Difficulty**: Beginner