Understand the structure of draw.io translation resources
devThe internationalization (i18n) resources for draw.io are stored as text files. The English file serves as the source of truth for all keys, while other language files provide the translations.
dia.txt: The English source language file that defines all available keys.dia_{lang}.txt: Translation files for specific languages (e.g.,dia_fr.txtfor French,dia_ja.txtfor Japanese).dia_i18n.txt: A key reference file used for i18n management.