rasteiner / kirbytranslations

MIT License
21 stars 3 forks source link

Highlight missing translations #7

Open adangel opened 7 years ago

adangel commented 7 years ago

This adds a color code to indicate missing translations.

Green: All languages use different values for a given key.

Yellow: If not all languages have a different value (e.g. two languages use the same value), this might indicate, that the translation is missing. However, it might also be correct, e.g. the label for a text field, where you can enter your name, would be in German and English the same: "Name". So this might highlight false positives.

Red: If a value is completely missing for at least one language, then the row is marked red.