skills/combined/SKILL.md
Guide for combining Better Translate packages without duplicating translation ownership.
npx skillsauth add jralvarenga/better-translate combinedInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this guide when the app needs more than one Better Translate package.
@better-translate/core@better-translate/react@better-translate/core@better-translate/nextjs@better-translate/core@better-translate/nextjs@better-translate/react@better-translate/core@better-translate/tanstack-router@better-translate/react@better-translate/core@better-translate/astro@better-translate/mdAdd @better-translate/cli to any combination above when you want the CLI to manage locale file creation.
Example - Next.js app with generated translations:
@better-translate/core@better-translate/nextjs@better-translate/cliEvery combination still works best when one shared exported translator stays the source of truth. Let adapters, hooks, and helpers read from that same typed translator instead of recreating locale rules in multiple places.
Every combination still has one source of truth:
Do not duplicate locale rules in multiple places.
documentation
Repository map for finding Better Translate packages, docs, and examples.
tools
Snapshot of the current public Better Translate package and adapter surface.
documentation
Right-to-left locale configuration guide for Better Translate.
development
React and Expo integration guide for Better Translate providers, hooks, and typed translation access.