xFiveM Workshop / Developer
Catch a missing %s or renamed variable before a translated notification fails in game. Compare a source JSON dictionary with a translated one and inspect only missing keys, extra keys and supported placeholder mismatches.
01 / Configure
02 / Review & export
Start with the example or enter your own values. Run the tool to generate a result you can review, copy and download.
Not directly. This tool accepts JSON dictionaries only and never executes Lua. Convert the dictionary to JSON before comparing.
Common printf tokens such as %s and %d, plus {name}, %{name} and ${name}. Escaped %% is treated as a literal percent sign.