Skip to content

README.md is missing installation of _generic.translation - the back end target for translations #78

@rouilj

Description

@rouilj

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions