LocalePack
क्रोमफायरफॉक्सएजOperaSafariCWS लिस्टिंग
Vue.jsReact
Next.jsi18nextReact Native
डेव्ह मार्गदर्शिकायशोगाथा
Safari एक्स्टेंशन्ससाठी खास तयार केलेले

यासाठी AI लोकलायझेशन Safari एक्स्टेंशन्स

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

प्लेसहोल्डर-सुरक्षित अनुवाद
Safari 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

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

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

01

अपलोड

तुमची स्रोत messages.json फाइल ड्रॉप करा. आम्ही ती त्वरित पार्स करतो आणि Safari एक्स्टेंशन फॉरमॅटची पडताळणी करतो.

02

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

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

03

ZIP डाउनलोड करा

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

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

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

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

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

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

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

फक्त Safari WebExtension फॉरमॅट. कमाल 500KB.

2. भाषा निवडा

|

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

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

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

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

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

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

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

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

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

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

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

वर्णन संदर्भ

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

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

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

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

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

एकदाच पेमेंट

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

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

Safari Web Extensions मध्ये Chrome आणि Firefox प्रमाणेच WebExtension फॉरमॅट वापरला जातो — अगदी तशीच _locales/{locale}/messages.json रचना. विद्यमान एक्स्टेंशन्स पोर्ट करणे सोपे व्हावे म्हणून Apple ने हा मानक फॉरमॅट स्वीकारला. Safari Web Extensions मध्ये browser.i18n API उपलब्ध आहे, आणि LocalePack चे आउटपुट पूर्णपणे सुसंगत आहे.

_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

browser.i18n

उदाहरण कॉल

browser.i18n.getMessage("appName")

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

"default_locale"

_locales/ मध्ये वापरकर्त्याची भाषा असली की Mac App Store आणि iOS App Store तुमच्या एक्स्टेंशनचे स्थानिकीकृत नाव व वर्णन दाखवतात. App Store Connect तुमच्या _locales/ फोल्डरमधील लोकेल कोड्सचा आदर करते.

Safari Web Extensions i18n नोंदी →

Safari shares the format, not the pipeline

Apple adopted the standard WebExtension format, so your locale files port directly — the difference is in how Safari extensions are built and distributed.

Standard WebExtension layout
Safari Web Extensions use the same _locales/{locale}/messages.json structure as Chrome and Firefox. Apple adopted the standard format specifically to make porting existing extensions straightforward.
browser.i18n is available
The browser.i18n API works in Safari Web Extensions, so runtime string lookup behaves the way it does on Firefox.
Distribution runs through App Store Connect
Unlike the other browsers, a Safari extension is distributed through the Mac and iOS App Stores, so store metadata is managed in App Store Connect rather than a web dashboard.
One source, every browser
Because the format is shared, the same messages.json you translate for Chrome covers Safari — you are porting a build, not redoing localization.

Safari's format compatibility is real, but its build and submission pipeline is not shared with the Chromium browsers — budget time for that separately.

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

सर्वसाधारण भाषांतर साधनांना Safari एक्स्टेंशन फॉरमॅट समजत नाही.

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

यशोगाथा

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 एक्स्टेंशन

“शेवटी Safari एक्स्टेंशन फॉरमॅट समजणारे टूल मिळाले. भाषांतरानंतर तुटलेले प्लेसहोल्डर्स दुरुस्त करणे आता नाही.”

मार्कस टी.

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

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

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.

Safari Web Extensions localization notes

How Safari Web Extensions use the same messages.json/_locales format as Chrome and Firefox, and what to know for Mac App Store submission.

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.

Store listing localization vs in-extension i18n (Chrome + AMO pitfalls)

The difference between localizing your Chrome Web Store listing and localizing in-extension strings — and the _MSG_ pattern that bridges them.

Chrome extension locale codes: all 55

Every locale code Chrome accepts as a _locales folder name, with language and native names, the underscore-vs-hyphen trap that makes pt-BR silently ignored, and how Chrome picks a locale at runtime.

Browse all guides →

तुमचे Safari एक्स्टेंशन जागतिक स्तरावर पाठवण्यासाठी तयार आहात का?

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

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

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

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