
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.
તમારું સોર્સ messages.json અપલોડ કરો, લક્ષ્ય ભાષાઓ પસંદ કરો, એક વાર ચૂકવો, અને શિપ કરવા તૈયાર _locales ZIP ડાઉનલોડ કરો.
તમારા Firefox એડ-ઓન ને લોકલાઇઝ કરવા માટે ત્રણ સરળ પગલાં. ચુકવણી પછી અનુવાદો ચાલે છે—અમે જોબ્સ કતારમાં મૂકીએ છીએ અને મિનિટોમાં ZIP જનરેટ કરીએ છીએ.
તમારી સોર્સ messages.json ફાઇલ મૂકો. અમે તેને તરત પાર્સ કરીએ છીએ અને Firefox એડ-ઓન ફોર્મેટને માન્ય કરીએ છીએ.
52 ભાષાઓમાંથી પસંદ કરો. ચૂકવણી પહેલાં તમારી ફાઇલના કદના આધારે પારદર્શક કિંમતો જુઓ.
Stripe દ્વારા એક વાર ચૂકવો. અમે બધા _locales/{lang}/messages.json ફાઇલો જનરેટ કરીએ છીએ અને તેમને ZIP માં બંડલ કરીએ છીએ.
અપલોડ કરતા પહેલાં તમે કેટલું ચૂકવશો તે ચોક્કસ જુઓ. અંતિમ કોટ અપલોડ પછી સ્ટ્રિંગની લંબાઈ અને પસંદ કરેલી ભાષાઓના આધારે ગણવામાં આવે છે.
messages.json અહીં ડ્રોપ કરો
અથવા બ્રાઉઝ કરવા ક્લિક કરો
માત્ર Firefox WebExtension ફોર્મેટ. મહત્તમ 500KB.
55 માંથી 3 ભાષાઓ પસંદ કરેલ
ચેકઆઉટ પેજ પર ફાઇલ અપલોડ કર્યા પછી અંતિમ કિંમત ગણવામાં આવશે
એક વખતની ચુકવણી • કોઈ સબ્સ્ક્રિપ્શન નથી
Firefox એડ-ઓન લોકેલ ફોર્મેટ માટે ખાસ બનાવેલ. સામાન્ય અનુવાદ ટૂલ નથી.
message, description, અને placeholders સપોર્ટ સાથે Firefox એડ-ઓન messages.json સ્ટ્રક્ચર માટે ખાસ બનાવેલ.
$PLACEHOLDER$ સિન્ટેક્સને જેમ છે તેમ જ ચોક્કસ રીતે જાળવે છે. તમારી વેરિએબલ્સ તમામ ભાષાઓમાં અખંડિત રહે છે.
અમે તમારા description ફીલ્ડ્સ વાંચીએ છીએ અને વધુ ચોક્કસ AI અનુવાદ માટે તેને સંદર્ભ સંકેતો તરીકે વાપરીએ છીએ.
સાચી _locales/{lang}/messages.json ફોલ્ડર સ્ટ્રક્ચર સાથે ZIP ડાઉનલોડ કરો. તેને તમારા એક્સ્ટેન્શનમાં ડ્રોપ કરો.
બધી ભાષાઓનું અનુવાદ એકસાથે થાય છે. મોટાભાગના કામ 5 મિનિટથી ઓછા સમયમાં પૂર્ણ થાય છે.
કોઈ સબ્સ્ક્રિપ્શન નથી, કોઈ માસિક ફી નથી. દરેક કામ માટે એક વખત ચૂકવો, હંમેશા માટે ડાઉનલોડ કરો.
Firefox WebExtensions _locales/ હેઠળ એ જ messages.json ફોર્મેટ વાપરે છે. જ્યારે પણ _locales/ ડિરેક્ટરી અસ્તિત્વમાં હોય ત્યારે manifest.json માં "default_locale" ફીલ્ડ ફરજિયાત છે — તેને છોડવાથી એડ-ઓન રિજેક્ટ થઈ જાય છે. browser.i18n API રનટાઇમ દરમિયાન લોકેલ સ્ટ્રિંગ્સ વાંચે છે, અને $PLACEHOLDER$ સબ્સ્ટિટ્યુશન માટે સંપૂર્ણ સપોર્ટ આપે છે.
_locales/
├── en/
│ └── messages.json ← default_locale
├── de/
│ └── messages.json
├── fr/
│ └── messages.json
└── ja/
└── 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"AMO (addons.mozilla.org) જ્યારે _locales/ હાજર હોય ત્યારે રિવ્યુઅરની લોકેલમાં તમારા એડ-ઓનનું નામ અને વર્ણન દર્શાવે છે. તમામ લોકેલ્સમાં સુસંગત અનુવાદો સ્ટોર મંજૂરી દર સુધારે છે.
Firefox reads the same file format as Chrome, but Mozilla's store handles listing text in a completely separate place.
Shipping a fully localized _locales/ folder does not localize your AMO page. Those are two separate pieces of work.
સામાન્ય હેતુના અનુવાદ ટૂલ્સ Firefox એડ-ઓન ફોર્મેટ સમજે નથી.
LocalePack | મેન્યુઅલ અનુવાદ | સામાન્ય TMS | |
|---|---|---|---|
| સેટઅપ સમય | 2 મિનિટ | દર ભાષા દીઠ કલાકો | 30+ મિનિટ |
| ખર્ચ પારદર્શિતા | |||
| Firefox ફોર્મેટ સુરક્ષા | |||
| પ્લેસહોલ્ડર સુરક્ષા | |||
| ઝડપ (52 ભાષાઓ) | < 5 મિનિટ | અઠવાડિયા | કલાકો |
| સૌથી યોગ્ય માટે | Firefox એડ-ઓન્સ | નાના પ્રોજેક્ટ્સ | એન્ટરપ્રાઇઝ વેબ એપ્સ |
વાસ્તવિક પ્રોજેક્ટ્સ જેમણે 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.
“કંટાળાજનક કામના કલાકો બચાવી દીધા. મેં મારું messages.json અપલોડ કર્યું અને મને જરૂરી ચોક્કસ ફોર્મેટમાં પરફેક્ટ અનુવાદો પાછા મળ્યા.”
સારાહ K.
ઇન્ડી ડેવ, AdBlock એક્સ્ટેન્શન
“અંતે એવું ટૂલ જે Firefox એડ-ઓન ફોર્મેટ સમજે છે. અનુવાદ પછી તૂટેલા પ્લેસહોલ્ડર્સ સુધારવાની ઝંઝટ હવે નહીં.”
માર્કસ T.
એક્સ્ટેન્શન મેન્ટેનર
“પારદર્શક કિંમતો જ નિર્ણયકારક મુદ્દો હતો. કંઈપણ અપલોડ કરતાં પહેલાં મને ચોક્કસ ખબર હતી કે હું કેટલું ચૂકવીશ.”
Dev J.
ઓપન સોર્સ યોગદાનકર્તા
52
સમર્થિત લોકેલ્સ
100%
પ્લેસહોલ્ડર-સેફ આઉટપુટ
ZIP
શિપ કરવા તૈયાર
LocalePack વિશે તમને જાણવાની જરૂર હોય તે બધું.
Deep dives on the formats, APIs and errors behind this page — written for developers, not translators.
Using browser.i18n in Firefox add-ons: the messages.json format, AMO localization requirements, and how to avoid common pitfalls on addons.mozilla.org.
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.
A complete reference for the WebExtension messages.json format: the message, description, and placeholders fields, $PLACEHOLDER$ syntax, $1 positional substitutions, and common mistakes.
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.
Why Crowdin, Lokalise, and Phrase are overkill for most browser extension projects — and three real alternatives for indie developers who need to translate messages.json without a monthly subscription.
એકવાર ચૂકવો - ZIP ડાઉનલોડ કરો - વૈશ્વિક સ્તરે શિપ કરો
LocalePack અજમાવો