Developer JSON translation
Translate Vue I18n JSON locale files
Vue I18n locale files mix user-facing copy with key paths and variables your app depends on. Translate the copy without rebuilding the locale tree by hand.
Preserves nested message keys for Vue apps
Helps avoid placeholder and linked-message mistakes
Good for small teams expanding a Vue product into new markets
A safer JSON translation flow
1
Paste or upload the source locale
Use the source JSON file that your Vue app already treats as canonical.
2
Review linked messages and variables
Protect tokens and linked-message syntax that should not be translated as ordinary prose.
3
Test translated screens
Run the locale in your Vue app and check navigation, forms, empty states, and errors.