For Minecraft-format language jsons.
Use cases for “Remove keys matching en_us
”:
en_gb
and
en_nz
, which only have minor spelling differences compared
to en_us
. Most of the lang entries are identical to
en_us
.en_us
if it can’t find a lang
entry.en_gb.json
that are identical to entries in
en_us.json
.en_us
into their WIP
translation.)Use case for “Remove keys missing from en_us
”:
en_us
and
third-party translators contribute translations, when the mod developer
removes a key in en_us
it is possible they’ll forget to
remove the key from all translations.This tool will always remove duplicate lang entries (choosing the last one) and reformat the language file, as a side-effect of using browser json utililties.
If the button doesn’t do anything, check the browser console; it’s either a bug in my code or ill-formatted JSON.