Mobile Language Checker

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

conectlens b5d0c72 3 files · 2.3 KB Updated

File contents

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.

conectlens/lenserfight/tree/main/.agents/skills/mobile-language-checker commit b5d0c72a7d

Frequently asked questions

npx skillmds@latest add conectlens/mobile-language-checker