Translations are json files containing an ID for every text. The English file is the reference, but other language files might not have all the IDs. This is not visible for the user, as the English text will be displayed if the ID is not in the specified language file.
A javascript script that would verify that all IDs from the English file are present in the other files would increase translation fullness.
Description
Translations are json files containing an ID for every text. The English file is the reference, but other language files might not have all the IDs. This is not visible for the user, as the English text will be displayed if the ID is not in the specified language file.
A javascript script that would verify that all IDs from the English file are present in the other files would increase translation fullness.