For Web Developers
Translate your website, without breaking your i18n setup
JSON i18n for React, Next.js, Vue & Angular β automatically, consistent, update-safe.
Supported Frameworks
All common web frameworks and i18n libraries
βοΈ
React
react-intl, react-i18next
β²
Next.js
next-intl, next-i18next
π
Vue
vue-i18n
π
°οΈ
Angular
@ngx-translate
πΆ
Svelte
svelte-i18n
JSON i18n Workflow
Easy integration into your development process
1Upload your JSON file
2Choose target languages
3Download translated files
Before (en.json)
{
"greeting": "Hello, {name}!",
"welcome": "Welcome to our app"
}After (de.json)
{
"greeting": "Hallo, {name}!",
"welcome": "Willkommen in unserer App"
}Why us instead of ChatGPT?
The differences at a glance
| Feature | shipglobal | ChatGPT / DIY | Agency |
|---|---|---|---|
Translation Memory Translate once; updates are free | Pay once | New every time | New every time |
Large files No size limit | Unlimited | Token limit | No limit |
Placeholder protection {name}, %@, {{count}} remain intact | Automatic | Error-prone | Manual |
Original format JSON, XML, and .strings are preserved | Automatic | Copy-paste required | Depends on provider |
29 languages Translate all at once | Simultaneously | Individually | Expensive |
Consistency Same terms = same translation | TM guaranteed | Inconsistent | Varies |
Price Cost per translation | $From β¬1 per language | $$Time + API | $$$10-50x more expensive |
Bonus
SEO-optimized translation
Better rankings in international markets
hreflang Tags
Automatic language detection for Google
Local keywords
Translations align with local search behavior
Meta Tags
Title & Description for each language
Frequently Asked Questions
- Which JSON structures are supported?
- Flat and nested JSON, ICU MessageFormat, plurals and interpolation are fully supported.
- Does it work with next-intl?
- Yes! All common i18n libraries such as next-intl, react-intl, Vue i18n and @ngx-translate are supported.
- How does it help with SEO?
- Multilingual websites rank better for local queries. With hreflang tags, Google understands the language versions.
- Are plurals translated correctly?
- Yes! ICU MessageFormat and different plural rules are applied correctly for each language.