i18n-compare#
Generates a summary of differences between two i18n files.
Sample input & output#
Input A#
{
"Hello": "Cześć",
"world": "świecie",
"I’m missing": "Nie ma mnie",
"I’m also missing": "Mnie też nie ma"
}
Input B#
{
"Hello": "Hallo",
"world": "Welt",
"I’m extra": "Ich bin ein Extra"
}
Output#
## ✨ Missing keys
* "`I’m missing`"
* "`I’m also missing`"
## 🗑️ Extra keys
* "`I’m extra`"
License#
The MIT License.
Author#
|
Wojciech Maj kontakt@wojtekmaj.pl https://wojtekmaj.pl |