LocalePack
क्रोमफायरफॉक्सएजOperaSafariCWS लिस्टिंग
Vue.jsReact
Next.jsi18nextReact Native
डेव्ह मार्गदर्शिकायशोगाथा
One format, every major browser

यासाठी AI लोकलायझेशन browser extensions

तुमचे स्रोत messages.json अपलोड करा, लक्ष्य भाषा निवडा, एकदाच पैसे भरा, आणि शिप करण्यास तयार _locales ZIP डाउनलोड करा.

प्लेसहोल्डर-सुरक्षित अनुवाद
WebExtension messages.json अनुरूप
पारदर्शक किंमत
messages.json
स्रोत भाषा (उदाहरण)
{
  "appName": {
    "message": "My Extension",
    "description": "Name"
  },
  "welcomeMsg": {
    "message": "Hello, $USER$!",
    "placeholders": {
      "user": {
        "content": "$1"
      }
    }
  }
}
जर्मन (आउटपुट)
{
  "appName": {
    "message": "Meine Erweiterung",
    "description": "Name"
  },
  "welcomeMsg": {
    "message": "Hallo, $USER$!",
    "placeholders": {
      "user": {
        "content": "$1"
      }
    }
  }
}
52 locales

हे कसे कार्य करते

तुमच्या browser extension चे लोकलायझेशन करण्यासाठी तीन सोप्या पायऱ्या. पेमेंटनंतर अनुवाद चालतात—आम्ही जॉब्स क्यूमध्ये ठेवतो आणि काही मिनिटांत ZIP तयार करतो.

01

अपलोड

तुमची स्रोत messages.json फाइल ड्रॉप करा. आम्ही ती त्वरित पार्स करतो आणि browser extension फॉरमॅटची पडताळणी करतो.

02

भाषा निवडा आणि किंमत पहा

52 भाषांमधून निवडा. पैसे भरण्यापूर्वी तुमच्या फाइलच्या आकारावर आधारित पारदर्शक किंमत पहा.

03

ZIP डाउनलोड करा

Stripe द्वारे एकदाच पैसे भरा. आम्ही सर्व _locales/{lang}/messages.json फाइल्स तयार करतो आणि त्यांना ZIP मध्ये बंडल करतो.

लाइव्ह किंमत डेमो

पारदर्शक किंमत अंदाजक

अपलोड करण्यापूर्वी तुम्ही नेमके किती पैसे द्याल ते पहा. अंतिम कोट अपलोडनंतर स्ट्रिंगची लांबी आणि निवडलेल्या भाषांवर आधारित मोजला जातो.

1. फाइल अपलोड करा

messages.json इथे ड्रॉप करा

किंवा ब्राउझ करण्यासाठी क्लिक करा

WebExtension messages.json format. Max 500KB.

2. भाषा निवडा

|

55 पैकी 3 भाषा निवडल्या

3. तुमचा अंदाज

निवडलेल्या भाषा3

चेकआउट पेजवर फाइल अपलोड केल्यानंतर अंतिम किंमत मोजली जाते

एकदाच पेमेंट • सबस्क्रिप्शन नाही

डेव्हलपर्ससाठी तयार

browser extension लोकॅल फॉरमॅटसाठी खास तयार. हे सर्वसाधारण भाषांतर साधन नाही.

WebExtension फॉरमॅटची जाणीव असलेले

browser extension messages.json संरचनेसाठी खास तयार—message, description आणि placeholders सपोर्टसह.

प्लेसहोल्डर संरक्षण

$PLACEHOLDER$ सिंटॅक्स जसा आहे तसाच जतन करते. तुमचे व्हेरिएबल्स सर्व भाषांमध्ये तशीच राहतात.

वर्णन संदर्भ

आम्ही तुमची description फील्ड्स वाचतो आणि अधिक अचूक AI भाषांतरांसाठी त्यांचा संदर्भ संकेत म्हणून वापर करतो.

ZIP एक्सपोर्ट तयार

योग्य _locales/{lang}/messages.json फोल्डर संरचनेसह ZIP डाउनलोड करा. ते तुमच्या एक्स्टेंशनमध्ये ड्रॉप करा.

समांतर प्रक्रिया

सर्व भाषांचे भाषांतर एकाच वेळी होते. बहुतेक जॉब्स 5 मिनिटांपेक्षा कमी वेळेत पूर्ण होतात.

एकदाच पेमेंट

सबस्क्रिप्शन नाही, मासिक शुल्क नाही. प्रत्येक जॉबसाठी एकदाच पैसे द्या, कायम डाउनलोड करा.

WebExtension एक्स्टेंशन i18n कसे काम करते

Every major browser reads the same _locales/{locale}/messages.json structure. Chrome, Edge and Opera expose the chrome.i18n namespace; Firefox and Safari expose browser.i18n. The file format, the placeholder syntax and the default_locale requirement are identical across all of them, which is why a single translated folder ships everywhere.

_locales/ फोल्डर संरचना
_locales/
├── en/
│   └── messages.json   ← default_locale
├── de/
│   └── messages.json
├── fr/
│   └── messages.json
└── ja/
    └── messages.json
messages.json
{
  "appName": {
    "message": "My Extension",
    "description": "Extension name"
  },
  "greeting": {
    "message": "Hello, $USER$!",
    "placeholders": {
      "user": { "content": "$1" }
    }
  }
}

रनटाइम API

chrome.i18n / browser.i18n

उदाहरण कॉल

getMessage("key")

मॅनिफेस्टमध्ये आवश्यक

"default_locale"

In-extension strings come from _locales/. Store listing copy is managed separately in each store's own dashboard — translating one does not translate the other.

messages.json format explained →

What actually differs between browsers

The messages.json format is shared across every major browser. Only four things vary, and none of them require re-translating your strings.

Runtime namespace
Chrome, Edge, and Opera expose chrome.i18n. Firefox and Safari expose browser.i18n. The method names and arguments are otherwise the same.
Folder location
Most browsers read _locales/ from the extension root. Build frameworks move it: WXT emits public/_locales/, and Plasmo reads locales/ rather than _locales/.
Store listing text
In-extension strings come from _locales/. Store listing copy does not — Chrome Web Store, AMO, and App Store Connect each manage listing translations in their own dashboard.
Locale-code lists
Chromium browsers accept a fixed set of underscore-separated codes and silently ignore anything else. Check your codes before shipping rather than after.

One translated _locales/ folder covers Chrome, Firefox, Edge, Opera, and Safari. The porting work is in the build, never in the strings.

मग सर्वसाधारण साधनेच का वापरू नयेत?

सर्वसाधारण भाषांतर साधनांना browser extension फॉरमॅट समजत नाही.

LocalePack
हस्ते भाषांतर
सर्वसाधारण TMS
सेटअप वेळ2 मिनिटेप्रति भाषा तास30+ मिनिटे
खर्च पारदर्शकता
WebExtension फॉरमॅट सुरक्षितता
प्लेसहोल्डर संरक्षण
गती (52 भाषा)< 5 मिनिटेआठवडेतास
यासाठी सर्वोत्तमCross-browser extensionsलहान प्रकल्पएंटरप्राइझ वेब अॅप्स

यशोगाथा

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.

सर्व यशोगाथा पहा

एक्स्टेंशन डेव्हलपर्सचा विश्वास

“कंटाळवाण्या कामाचे तास वाचले. माझे messages.json अपलोड केले आणि मला हवी असलेली अचूक फॉरमॅटमध्ये परिपूर्ण भाषांतरे परत मिळाली.”

सारा के.

इंडी डेव्ह, AdBlock एक्स्टेंशन

“We ship the same _locales folder to Chrome, Firefox and Edge. One translation pass covers all three.”

मार्कस टी.

एक्स्टेंशन मेंटेनर

“पारदर्शक किंमत हेच निर्णायक ठरले. काहीही अपलोड करण्यापूर्वी मला नेमके किती पैसे द्यावे लागतील हे माहीत होते.”

Dev J.

ओपन सोर्स योगदानकर्ता

52

समर्थित लोकेल्स

100%

प्लेसहोल्डर-सुरक्षित आउटपुट

ZIP

शिप करण्यास तयार

वारंवार विचारले जाणारे प्रश्न

LocalePack बद्दल तुम्हाला माहित असणे आवश्यक असलेली सर्व माहिती.

Related developer guides

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

messages.json format explained (with placeholders)

A complete reference for the WebExtension messages.json format: the message, description, and placeholders fields, $PLACEHOLDER$ syntax, $1 positional substitutions, and common mistakes.

WXT i18n: @wxt-dev/i18n and messages.json

How @wxt-dev/i18n compiles YAML, JSON, JSONC, JSON5 and TOML message files into standard _locales/{lang}/messages.json — setup, nested keys, plurals, substitutions, type safety, and how to translate a WXT project.

Plasmo i18n: the locales/ folder gotcha

Plasmo does not read _locales/ at the project root. The three paths it does accept, where default_locale actually lives, the alphabetical-default trap, and how to place a translated _locales ZIP correctly.

Adding i18n to a CRXJS extension

CRXJS ships no i18n helper and its docs have no i18n page. Here is the working pattern: put _locales under public/, declare default_locale in manifest.config.ts, and call chrome.i18n directly.

Browse all guides →

तुमचे browser extension जागतिक स्तरावर पाठवण्यासाठी तयार आहात का?

एकदाच पैसे द्या - ZIP डाउनलोड करा - जागतिक स्तरावर पाठवा

LocalePack वापरून पहा
LocalePack
मार्गदर्शिकागोपनीयताअटीसमर्थन

© 2025 LocalePack. सर्व हक्क राखीव.

हा प्रकल्प याच्या मदतीने अनुवादित केला गेला LocalePack logoLocalePack