Okay, what you have created is a translation of Cyberpunk2020 that you could use if you or your gamemaster is Pro-user, by using custom sheets and using your file as the html file, and the css file. But this can not be added to Roll20 so anyone can use for free, because you didn't use the method I pointed to. All sheets that can be played in other languages have those language tags in the code, and a separate translation.json that tells what words it should show, depending on the language. Take a look at Vampire 20th sheet, and how it's been done: vampire.html (the file you edited, but for vampire. Look at the data-i18n="" it have, you need to put those in similar places, and give each a name ) translation.json (the file that need to be created, the default) it.json (the italian version of the translation file) If you want free users to play Cyberpunk2020, you need to change the Cyberpunk2020.html to have the data-il8n tags, and then create a translation.json and a it.json, similar to the Vampire example.