Locales
2
Files under comparison
Keys
4
Union of flattened keys
Errors
0
Locales with parse issues
Exports
2
Sorted JSON outputs
Locale Sources· Paste one or more locale JSON documents and keep the files sorted.
Coverage Findings· Missing and locale-specific keys across all provided files.
en
Missing: dashboard.subtitle
Extra: auth.signOut
ar
Missing: auth.signOut
Extra: dashboard.subtitle
Sorted Exports· Download cleaned locale JSON with alphabetized nested keys.
en.json
{
"auth": {
"signIn": "Sign in",
"signOut": "Sign out"
},
"dashboard": {
"title": "Overview"
}
}ar.json
{
"auth": {
"signIn": "تسجيل الدخول"
},
"dashboard": {
"subtitle": "لوحة البيانات",
"title": "نظرة عامة"
}
}localization-manager