# Mobile Language Checker

> Use when validating language preferences, locale resolution, onboarding localization, or in-app language settings across the current LenserFight file tree.

- Skill: `conectlens/mobile-language-checker` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add conectlens/mobile-language-checker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/conectlens/mobile-language-checker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: conectlens (https://skillmd.com/u/conectlens)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/conectlens/mobile-language-checker

---


# Mobile Language Checker

Load `../mobile-ruleset/references/RULESET.md` first, then follow
`references/PREFERENCE_CHECKLIST.md`.

Use this skill to review or adjust language preference flows.

Focus on:
- `preferredLanguage` persistence and validation
- `apps/web/src/i18n.ts` locale registration and bootstrap
- `apps/web/src/locales/*.json` bundle consistency
- onboarding localization setup in `libs/features/onboarding`
- in-app language settings and selectors in `libs/features/settings`
- supported locale consistency between auth, onboarding, and forum i18n

After changes, verify the affected surface with the smallest useful Nx checks,
usually `pnpm nx run forum:build`, `pnpm nx run settings:test`, and
`pnpm nx run auth:test` if the change reaches app behavior.

