Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🔥 Removed friByte as sponsor Should have a section for friByte instead, like volunteering or creators? 😅 Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev> * 🚚 Merge english and norwegian program Makes it much simpler to maintain the program, only one file per year. In order to translate titles or descriptions etc. Add the same key twice suffixed with `_<language>`: Ex: `{ "title": "Tittel", "title_en": "Title English" }` which will be converted to `{ "title": "Title English" }` if the user has selected english. * 🐛 Deep clone program before replacing keys with translation * Move json programs to ts files for easy type checking * Import program files statically with clear error instructions --------- Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev> Co-authored-by: Mathias Haugsbø <mathiash98@gmail.com>
- Loading branch information