JSON Localization Tools
Localization tools transform string fields in JSON into the structured forms i18n libraries expect — wrapping translatable values, expanding into per-locale objects, and preserving the surrounding shape. Use them when porting an existing JSON document into a localized app.
Utility Store
Browse and discover pipeline utilities
Common tasks
- Wrap string fields in localization objects
- Expand single strings into per-locale variants
- Preserve non-string fields unchanged
- Prepare JSON for i18n libraries
Why use a JSON localization tool?
Manually wrapping every translatable string in `{ en: '...' }` is a tedious, error-prone find-and-replace. These tools target only the right fields — strings — and leave numbers, booleans, and nested objects intact, so the result is safe to drop straight into your i18n layer.