
AstrologerAI: an AI astrology app localized into 52 languages
How the AstrologerAI app translated its entire experience into 52 languages with LocalePack — 6.3M tokens for $58.73 — to reach a worldwide audience in their own language.
i18next のロケール JSON ファイルをアップロードし、対象言語を選び、一度だけ支払って、React Native アプリ向けのモバイル対応翻訳をダウンロードできます。
React Native アプリをローカライズするためのシンプルな3ステップ。i18next のロケール JSON をアップロードし、一度だけ支払い、react-native-localize ですぐ使える翻訳をダウンロード。
i18next のロケールファイル(例: locales/en.json または locales/en/translation.json)をドロップしてください。{{placeholders}} と複数形キーを自動検出します。
52言語から選べます。支払い前に、ファイルサイズと複雑さに基づく明確な料金を確認できます。
Stripe で一度だけお支払い。react-native-localize または expo-localization 用に、同じ構造で値だけ翻訳されたロケール ZIP を取得できます。
アップロード前に支払い額を正確に確認できます。最終見積もりは、アップロード後にファイルの複雑さと選択した言語に基づいて算出されます。
ここにJSONファイルをドロップ
またはクリックして参照
React Native 用の i18next ロケール JSON。最大 500KB。
52言語中3言語を選択
最終価格は、チェックアウトページでファイルをアップロード後に算出されます
一括払い • サブスクリプションなし
モバイル向けのi18nextロケールJSONに特化—{{placeholders}}、複数形キーを扱い、react-native-localizeとExpoですぐ使えるファイルを出力します。
ファイルごとの名前空間構成にも、単一のtranslation.jsonバンドルにも対応。出力は実行時にアプリが読み込む内容を正確に反映します。
{{name}} や {{count}} のような補間トークンをバイト単位でそのまま保持—React Nativeコンポーネント内で文字列が壊れません。
i18next形式の複数形分割に対応し、モバイルアプリのすべての対象言語で文法を正しく保ちます。
react-native-localize、expo-localization、i18nextに対応したロケールZIPをダウンロード—同じファイル構造で、値だけ翻訳済み。
すべての言語を同時に翻訳。ほとんどのジョブは5分以内に完了—予定どおりにモバイル版をリリースできます。
サブスクなし、月額料金なし。ジョブごとに一度支払えば、いつでもダウンロードできます。
React Nativeのi18nextプロジェクトは起動時にi18next.init()でロケールJSONを読み込みます。LocalePackは、アプリがすでに想定しているのと同じ構造で全ロケールファイルを生成します。
locales/ ├── en/ │ ├── common.json ← source namespace │ └── auth.json ├── de/ │ ├── common.json │ └── auth.json ├── fr/ │ └── ... └── ... (52 locales)
// locales/en/common.json
{
"welcome": "Hello {{name}}",
"items_one": "{{count}} item",
"items_other": "{{count}} items"
}
// After i18next.init({ ns: ['common'] })
i18next.t('common:welcome', { name: 'Ada' });
i18next.t('common:items', { count: 5 });フックAPI
t()
i18next.init()
i18next.init()
プレースホルダー
{{variable}}
複数形
_one/_other
汎用の翻訳ツールは、React Nativeアプリが想定するi18nextの名前空間JSON、二重ブレースのプレースホルダー、_one/_otherの複数形規約を壊してしまいます。
LocalePack | 手動翻訳 | 汎用TMS | |
|---|---|---|---|
| セットアップ時間 | 2分 | 言語ごとに数時間 | 30分以上 |
| 料金の透明性 | |||
| 名前空間JSONのサポート | |||
| {{placeholder}} と複数形の安全性 | |||
| 速度(52言語) | 5分未満 | 週 | 時間 |
| 最適な用途 | React Nativeアプリ | 小規模プロジェクト | エンタープライズCMS |
LocalePack を使って、最大 52 言語でグローバルなユーザーに届けた実際のプロジェクト。

How the AstrologerAI app translated its entire experience into 52 languages with LocalePack — 6.3M tokens for $58.73 — to reach a worldwide audience in their own language.

How the DevToys.pro web app translated its entire UI into 52 languages with LocalePack — 5.8M tokens for $58.44 — and quadrupled its international organic traffic.

How the DevToys New Tab Chrome extension localized both its in-extension UI and its Chrome Web Store listing into 52 languages to reach a global audience.

We used our own tool to translate the entire LocalePack site into 52 languages — 2.9M tokens for $27.37 — so developers worldwide find us in their own language.
“React Nativeアプリを10言語で、たった半日でリリースできました。ロケールZIPをそのままExpoプロジェクトに入れるだけでした。”
Jordan T.
React Native開発者
“react-native-localizeが、設定変更なしで翻訳ファイルを読み込んでくれました。{{variables}}や複数形キーもそのまま保たれていました。”
Mei L.
モバイルエンジニア
“買い切り価格はインディーのアプリ公開にぴったりです。単発のローカライズ作業にTMSのサブスクは不要でした。”
Alex R.
インディーのモバイル開発者
52
対応ロケール
100%
{{placeholder}} & 複数形対応で安全
ZIP
モバイル対応ZIP
Deep dives on the formats, APIs and errors behind this page — written for developers, not translators.
A complete reference for the i18next JSON locale format — namespace files, double-brace {{placeholder}} syntax, _one/_other plural keys, nested objects, and how to structure your locales/ folder.
Practical comparison of the three leading Next.js i18n libraries — App Router support, file format, TypeScript safety, pluralization syntax, and when to pick each one.
How to get accurate AI translations for your Chrome extension: write description fields that give the model context, define placeholders with examples, avoid string concatenation, and handle plurals, casing, and length expansion.
Honest comparison of LocalePack and Crowdin for browser extension messages.json translation. Crowdin is a full TMS with ongoing subscription; LocalePack is upload → pay once → download.