Hosted with ❤ by Github over here: https://vojtastruhar.github.io/steam-review-template/
Steam Review Template
This is a tool to simplify the creation of copy-pasta reviews that are somewhat popular on Steam. The categories and options are not from my head, I just copied them from somewhere. There are some minor variations on some of the options, but this is the typical rundown.
Usage
You just tick all the boxes that you want, the output should look something like this:
---{ PC Requirements }---
☐ Check if you can run paint
☐ Potato
☐ Decent
☐ Fast
☑ Rich boi
☐ Ask NASA if they have a spare computer
It will generate with a line on the bottom that gives me credit. I would appreciate it if you left it there, but you don't have to :)
Adding more languages
It's heartwarming to see contributors adding their own languages! To make it a little easier, here's rouhly how:
- Add your language code to the
i18n.localesarray in Astro config (astro.config.mjs). - Add new template translation to in
src/review_templatesand export it insrc/review_templates/general.js. - Add new
index.astrotranslation to a folder with your language code. - Add your flag PNG to
src/components/flags. I take the flag images from here. - Use the new flag image with the correct country code in
FlagSelect.astrocomponent.
You are officially awesome! ✅
Star History
Description
Languages
Astro
94.6%
JavaScript
5.4%
