
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.
拡張機能名、短い説明、ストアの説明を入力するだけ。52 ロケール分の翻訳を、アップロード可能な ZIP 形式で取得できます。
Chrome ウェブストアの掲載情報をローカライズするための、シンプルな 3 ステップ。ファイルのアップロードは不要 — 掲載文を入力するだけです。
3 つの項目を入力します:拡張機能名(75 文字)、短い説明(132 文字)、ストアの説明(16,000 文字)。文字数制限はリアルタイムで検証します。
52 言語から選択。支払い前に、テキストの長さに基づく明確な料金を確認できます。
Stripe で一度だけお支払い。_locales/{lang}/messages.json ファイル(appName、shortDesc、storeDesc キー)を生成し、ZIP にまとめます。
掲載テキストを入力し、言語を選んで、支払い前に料金を確認できます。
3項目 → 選択したすべての言語に翻訳されます
52言語中3言語を選択
最終価格はチェックアウトページで送信後に計算されます
一括払い • サブスクリプションなし
Chrome ウェブストア掲載情報の翻訳に特化。汎用の翻訳ツールではありません。
Chrome ウェブストアの掲載項目に特化して構築:拡張機能名(75 文字)、短い説明(132 文字)、ストアの説明(16,000 文字)。
各翻訳は、項目ごと・言語ごとの CWS 文字数制限に対して検証されます。手動での確認は不要です。
AI をマーケティングコピー向けに調整 — 絵文字、書式、ブランド名を保ちながら、自然で訴求力のある翻訳を提供します。
_locales/{lang}/messages.json 構造のZIPに加え、CWS ダッシュボードへ一括アップロードするための自動化スクリプトをダウンロードできます。
52言語すべてを同時に翻訳します。ほとんどのジョブは5分以内に完了します。
サブスクなし、月額料金なし。ジョブごとに一度支払えば、いつでもダウンロードできます。
Chrome Web Store は拡張機能内の i18n と同じ _locales/ フォルダー構成を使用します。掲載情報の名前と短い説明は manifest.json で __MSG_*__ プレースホルダーを介して参照され、ストアの全文説明は CWS ダッシュボードに直接アップロードします。
_locales/
├── en/
│ └── messages.json
├── de/
│ └── messages.json
├── fr/
│ └── messages.json
└── ja/
└── messages.json{
"appName": {
"message": "Dark Mode",
"description": "Extension name (max 75)"
},
"shortDesc": {
"message": "Turn on Dark Mode...",
"description": "Short desc (max 132)"
},
"storeDesc": {
"message": "🔥 Experience the...",
"description": "Store desc (max 16000)"
}
}{
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.0.0"
}最大 75 文字最大 132 文字最大 16,000 文字Chrome Web Store は、訪問者のロケールに合わせて拡張機能名と短い説明を自動的に表示します。ストアの説明は CWS ダッシュボードから言語ごとにアップロードする必要がありますが、LocalePack にはこれを数秒で行える自動化スクリプトが含まれています。
52言語 × 3項目 = 156件の個別翻訳。LocalePackなら数分で完了します。
LocalePack | 手動翻訳 | 汎用TMS | |
|---|---|---|---|
| セットアップ時間 | 2分 | 言語ごとに数時間 | 30分以上 |
| 文字数制限の適用 | |||
| CWS形式で出力 | |||
| 自動化スクリプト付き | |||
| 速度(52言語) | 5分未満 | 週 | 時間 |
| 最適な用途 | CWSのストア掲載情報 | 1〜2言語 | エンタープライズ向け Web アプリ |
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.
“CWS の掲載情報を 20 言語に手作業で翻訳するのに丸 1 日かかりました。LocalePack なら 52 言語すべてが 5 分未満で終わりました。”
Alex R.
インディー開発者、Tab Manager 拡張機能
“自動化スクリプトだけで、CWS ダッシュボードの言語切り替えをクリックし続ける時間を何時間も節約できました。まさにゲームチェンジャーです。”
プリヤ・M.
拡張機能パブリッシャー
“翻訳テキストの文字数制限はいつも悩みの種でした。LocalePack が自動で対応してくれるので、ストア説明が途中で切れることもありません。”
Jonas K.
Chrome 拡張機能エージェンシー
52
対応ロケール
3
ロケールあたりの項目数
ZIP
アップロード準備完了
CWSのストア掲載情報の翻訳について知っておくべきことをまとめました。
こちらも利用できます:
Deep dives on the formats, APIs and errors behind this page — written for developers, not translators.
How to bulk-fill all 52 Chrome Web Store listing translations at once using a browser console script — no manual copy-paste per language.
The difference between localizing your Chrome Web Store listing and localizing in-extension strings — and the _MSG_ pattern that bridges them.
How to localize an add-on listing on addons.mozilla.org: which fields can be translated, the 250-character summary ceiling and what it costs you in German and Russian, and the per-locale Developer Hub workflow.
Why Partner Center shows only one listing language even when your package ships twenty, how __MSG_ manifest references drive language detection, and which listing fields Edge requires for every language versus just one.
Honest comparison of LocalePack and Localeship for Chrome Web Store listing translation. Both are pay-per-use tools — the key difference is that LocalePack also translates in-extension messages.json strings.
一度支払い • ZIP をダウンロード • 数秒で CWS にアップロード