LocalePack
ChromeFirefoxEdgeOperaSafariCWS 掲載ページ
Vue.jsReact
Next.jsi18nextReact Native
開発者向けガイド導入事例
i18nextのために設計

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

名前空間JSONファイルをアップロードし、対象言語を選び、一度支払って、すぐに使えるlocalesのZIPをダウンロードできます。

{{placeholder}} & 複数形対応で安全
複数の名前空間
明確な料金体系
locales/en/common.json
ソース(英語)
{
  "HomePage": {
    "title": "Welcome",
    "cta": "Get Started",
    "items": "{count, plural,
      one {# item}
      other {# items}}"
  }
}
ドイツ語(出力)
{
  "HomePage": {
    "title": "Willkommen",
    "cta": "Loslegen",
    "items": "{count, plural,
      one {# Artikel}
      other {# Artikel}}"
  }
}
52 ロケール

仕組み

i18nextプロジェクトをローカライズするためのシンプルな3ステップ。翻訳は支払い後に実行され、ジョブをキューに入れて数分で名前空間ファイルを生成します。

01

名前空間ファイルをアップロード

JSONの名前空間(例: locales/en/common.json)を追加してください。i18nextの構造と複数形キーを自動で検出します。

02

言語を選択

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

03

ダウンロード

Stripeで一度だけお支払い。double-braceプレースホルダーと_one/_otherキーを保持したまま、locales/{lang}/をミラーしたZIPを返します。

リアルタイム料金デモ

明確な料金見積もり

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

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

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

またはクリックして参照

i18nextの名前空間JSON(locales/**)。最大500KB。

2. 言語を選択

|

52言語中3言語を選択

3. お見積もり

選択した言語数3

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

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

i18next開発者のために設計

i18nextのJSON名前空間、double-braceプレースホルダー、複数形キーに特化—汎用の翻訳ツールではありません。

名前空間サポート

ZIP内のすべての対象ロケールで、common.json、auth.json、そしてネストされた名前空間の整合性を保ちます。

{{placeholder}} の安全性

{{name}} や {{count}} のようなi18nextの補間トークンをそのまま保持—翻訳後に文字列が壊れません。

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

key_one や key_other のようなi18next形式の複数形分割を処理し、言語ごとに文法が正しく保たれます。

すぐ使える出力(名前空間ZIP)

i18next.init() や react-i18next ですぐ使える locales/ ツリーをダウンロード—同じパスで、値だけ翻訳済み。

並列翻訳

すべての言語を同時に翻訳します。ほとんどのジョブは5分以内に完了します。

一括払い

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

i18next JSONの構成

i18nextプロジェクトでは、locales/{lang}/配下で名前空間ごとに文字列を分割することがよくあります。LocalePackは、選択したすべての言語に対して同じ構造を生成します。

locales/ のフォルダ構成

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

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()

プレースホルダー

{{variable}}

複数形

_one/_other

なぜ汎用ツールではダメなのか?

汎用の翻訳ツールは、i18nextの名前空間、double-braceプレースホルダー、そして_one/_otherの複数形規約を壊してしまうことがよくあります。

LocalePack
手動翻訳
汎用TMS
セットアップ時間2分言語ごとに数時間30分以上
料金の透明性
名前空間JSONのサポート
{{placeholder}} と複数形の安全性
速度(52言語)5分未満週時間
最適な用途i18next と React アプリ小規模プロジェクトエンタープライズ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.

成功事例をすべて見る

i18next開発者に信頼されています

“locales/en フォルダを、午後のうちに12言語に展開できました。{{variables}} と複数形キーもそのまま戻ってきました。”

Alex R.

フルスタック開発者、SaaSアプリ

“ついに、名前空間を尊重するパイプラインができました。ZIPをそのままリポジトリに入れられます—手動でのマージは不要です。”

Lisa M.

フロントエンドエンジニア

“透明な料金体系に納得しました。common.json を1つもアップロードする前に見積もりを確認できました。”

Dev J.

オープンソース貢献者

52

対応ロケール

100%

Mustache形式 & 複数形セーフ

ZIP

名前空間 ZIP

よくある質問

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.

LocalePack vs POEditor for i18next JSON

Honest comparison of LocalePack and POEditor for i18next JSON translation. POEditor is a collaborative TMS with a string-count subscription and a free tier; LocalePack is upload → pay once → download.

Validate messages.json before shipping

How to catch every class of messages.json error before your users do: JSON syntax, missing required fields, missing keys across locales, malformed placeholder syntax, and manifest key mismatches.

Browse all guides →

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

一度の支払い • namespace ZIPをダウンロード • グローバルにリリース

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

© 2025 LocalePack. All rights reserved.

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