There is no mention of installing html/_generic.translation in the tracker to make translations work.
The following patch adds this. It also makes all the URL's use a raw download link so the files can be directly downloaded/saved in raw form.
diff --git a/README.md b/README.md
index acd10157..3435f4b9 100644
--- a/README.md
+++ b/README.md
@@ -167,8 +167,9 @@ In addition to keyboard navigation, the `<roundup-classhelp\
er>` component can be
# Installing and Setup
Copy the following files into your Roundup instance `html` directory:
-- `classhelper.css` ([[GitHub file link](https://github.com/UMB-CS-682-Team-03/tracker/blob/main/html/classhelper.css)])
-- `classhelper.js` ([[GitHub file link](https://github.com/UMB-CS-682-Team-03/tracker/blob/main/html/classhelper.js)])
+- `classhelper.css` ([[GitHub file link](https://github.com/UMB-CS-682-Team-03/tracker/raw/main/html/classhelper.css)])
+- `classhelper.js` ([[GitHub file link](https://github.com/UMB-CS-682-Team-03/tracker/raw/main/html/classhelper.js)])
+- `_generic.translate` ([[GitHub file link](https://github.com/UMB-CS-682-Team-03/tracker/raw/main/html/_generic.translation)])
After copying these files, you can use the `<roundup-classhelper>` component in your Roundup templates.
There is no mention of installing html/_generic.translation in the tracker to make translations work.
The following patch adds this. It also makes all the URL's use a raw download link so the files can be directly downloaded/saved in raw form.