원클릭으로
combined
Guide for combining Better Translate packages without duplicating translation ownership.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for combining Better Translate packages without duplicating translation ownership.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Extract source strings, generate locale files, and remove unused keys for Better Translate projects.
Expo and React Native integration guide using Better Translate React support.
React and Expo integration guide for Better Translate providers, hooks, and typed translation access.
Package map and reading order for Better Translate product skills.
Smallest Better Translate setup for plain TypeScript, Node.js, Bun, APIs, and shared libraries.
Map of Better Translate example apps to copy from when starting a new integration.
| name | combined |
| description | Guide for combining Better Translate packages without duplicating translation ownership. |
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.