0

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.

Rob
  • 472
  • 4
  • 17
  • what about generating a global language json file (e.g English) as a base file and then create all other language file from this ? Only values will be different of translations in each file. Keys will be same. – Debug Diva Aug 12 '23 at 06:22

0 Answers0