LocalePack
ChromeFirefoxEdgeOperaSafariCWS 掲載ページ
Vue.jsReact
Next.jsi18nextReact Native
開発者向けガイド導入事例
React Native i18next 向けに最適化

AI ローカリゼーションで React Nativeアプリ

i18next のロケール JSON ファイルをアップロードし、対象言語を選び、一度だけ支払って、React Native アプリ向けのモバイル対応翻訳をダウンロードできます。

{{placeholder}} & 複数形対応で安全
モバイル対応ロケールバンドル
明確な料金体系
locales/en.json
ソース(英語)
{
  "welcome": "Hello, {{name}}!",
  "items_one": "{{count}} item",
  "items_other": "{{count}} items"
}
スペイン語(出力)
{
  "welcome": "Hola, {{name}}!",
  "items_one": "{{count}} artículo",
  "items_other": "{{count}} artículos"
}
52 ロケール

仕組み

React Native アプリをローカライズするためのシンプルな3ステップ。i18next のロケール JSON をアップロードし、一度だけ支払い、react-native-localize ですぐ使える翻訳をダウンロード。

01

ロケール JSON をアップロード

i18next のロケールファイル(例: locales/en.json または locales/en/translation.json)をドロップしてください。{{placeholders}} と複数形キーを自動検出します。

02

言語を選択

52言語から選べます。支払い前に、ファイルサイズと複雑さに基づく明確な料金を確認できます。

03

ダウンロード

Stripe で一度だけお支払い。react-native-localize または expo-localization 用に、同じ構造で値だけ翻訳されたロケール ZIP を取得できます。

リアルタイム料金デモ

明確な料金見積もり

アップロード前に支払い額を正確に確認できます。最終見積もりは、アップロード後にファイルの複雑さと選択した言語に基づいて算出されます。

1. ファイルをアップロード

ここにJSONファイルをドロップ

またはクリックして参照

React Native 用の i18next ロケール JSON。最大 500KB。

2. 言語を選択

|

52言語中3言語を選択

3. お見積もり

選択した言語数3

最終価格は、チェックアウトページでファイルをアップロード後に算出されます

一括払い • サブスクリプションなし

React Native開発者のために設計

モバイル向けのi18nextロケールJSONに特化—{{placeholders}}、複数形キーを扱い、react-native-localizeとExpoですぐ使えるファイルを出力します。

名前空間&単一ファイル対応

ファイルごとの名前空間構成にも、単一のtranslation.jsonバンドルにも対応。出力は実行時にアプリが読み込む内容を正確に反映します。

{{placeholder}} の安全性

{{name}} や {{count}} のような補間トークンをバイト単位でそのまま保持—React Nativeコンポーネント内で文字列が壊れません。

複数形キーの扱い(_one/_other)

i18next形式の複数形分割に対応し、モバイルアプリのすべての対象言語で文法を正しく保ちます。

react-native-localizeですぐ使える

react-native-localize、expo-localization、i18nextに対応したロケールZIPをダウンロード—同じファイル構造で、値だけ翻訳済み。

並列翻訳

すべての言語を同時に翻訳。ほとんどのジョブは5分以内に完了—予定どおりにモバイル版をリリースできます。

一括払い

サブスクなし、月額料金なし。ジョブごとに一度支払えば、いつでもダウンロードできます。

React Native i18nextの仕組み

React Nativeのi18nextプロジェクトは起動時にi18next.init()でロケールJSONを読み込みます。LocalePackは、アプリがすでに想定しているのと同じ構造で全ロケールファイルを生成します。

locales/ のフォルダ構成

locales/
├── en/
│   ├── common.json   ← source namespace
│   └── auth.json
├── de/
│   ├── common.json
│   └── auth.json
├── fr/
│   └── ...
└── ...       (52 locales)

React Nativeでのi18next.t()

// 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 言語でグローバルなユーザーに届けた実際のプロジェクト。

AstrologerAI AI astrology app localized into 52 languages

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.

DevToys.pro developer tools web app localized into 52 languages

DevToys.pro: 400% international traffic growth across 52 languages

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.

DevToys New Tab Chrome extension localized into 52 languages

DevToys New Tab: a Chrome extension localized UI + store listing in 52 languages

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.

The LocalePack site localized into 52 languages with LocalePack

LocalePack localized itself into 52 languages — with LocalePack

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開発者に信頼されています

“React Nativeアプリを10言語で、たった半日でリリースできました。ロケールZIPをそのままExpoプロジェクトに入れるだけでした。”

Jordan T.

React Native開発者

“react-native-localizeが、設定変更なしで翻訳ファイルを読み込んでくれました。{{variables}}や複数形キーもそのまま保たれていました。”

Mei L.

モバイルエンジニア

“買い切り価格はインディーのアプリ公開にぴったりです。単発のローカライズ作業にTMSのサブスクは不要でした。”

Alex R.

インディーのモバイル開発者

52

対応ロケール

100%

{{placeholder}} & 複数形対応で安全

ZIP

モバイル対応ZIP

よくある質問

React Native i18next向けLocalePackについて知っておくべきことをすべてまとめました。

ブラウザ拡張機能版もあります:

ChromeFirefoxEdgeOperaSafari

Related developer guides

Deep dives on the formats, APIs and errors behind this page — written for developers, not translators.

i18next JSON format: namespaces, {{placeholders}}, and _one/_other plurals

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.

Next.js i18n: next-intl vs react-i18next vs i18next

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.

Improve AI translation quality in messages.json

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.

LocalePack vs Crowdin for messages.json

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.

Browse all guides →

React Nativeアプリを世界向けにリリースする準備はできましたか?

買い切り • ロケールZIPをダウンロード • iOS & Androidでリリース

LocalePackを試す
LocalePack
ガイドプライバシー利用規約サポート

© 2025 LocalePack. All rights reserved.

このプロジェクトは次を使用して翻訳されました LocalePack logoLocalePack