I'm working on a Vue project which utilizes i18n for multiple languages. For this, I have several YAML files containing translation keys for various languages, e.g., German, English and French.
I'm looking for an IntelliJ plugin or a another method that can automatically verify if all the keys present in one language file (e.g., German) also exist in the other language files (e.g., English). The goal is to ensure there are no missing translations.