Hi fellow sheet authors! One of the most time consuming upgrades to do on an old character sheet is to add translation support to it. Doing this by hand for a large sheet might take months of work. However, there's now a better option. The K-scaffold initializer now provides automated translation creation for any project without needing to use the entire K-scaffold . To use this, you will need to install node.js and npm (which comes with node). If you aren't used to node/terminal operations, note that you always want to use the LTS (latest stable release) download from node. Once you have node installed, you can run the initializer in the folder containing the html for your character sheet. The command is: npx @kurohyou/k-init This will install and run the initializer on your node, which will then prompt you to either setup a K-scaffold project or translate an existing project. For an existing project, select the translate option. Your existing html file will be updated with translation keys, a new html file will be made that will contain your original html, and a translation.json file will be made as well. If demonstrations are more your speed, here's a gif of the translator in action: * NOTE: The gif shows using the command npx k-init . This was the command when testing on my local system. The actual command is npx @kurohyou/k-init as described above (Thanks to GiGs for spotting that I had this wrong). I hope this helps existing sheets to add support for additional languages. Scott