Skip to content

c-leri/quilt-template-mod-generator

 
 

Repository files navigation

Warning

This is just a learning project!

While this is functionnal I recommend you use the official mod generator.

Quilt Template Mod Generator

A tool to generate your own Quilt Templates !

Usage

Online

Head to https://c-leri.github.io/quilt-template-mod-generator/ fill the form and click Generate Template!

Run Locally

Clone the project and run bun install to install dependencies then bun dev to start a development server

Adding Translations

  • Copy the en folder in /src/lib/translations and name the new folder with the code of the language you are adding (see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
  • Provide a translation for each key in each of the *.json files in the new folder
  • Add an entry for the added language in /src/lib/translations/lang.json
  • Add the newly added language to the translations field of the config in /src/lib/translations/index.ts

Aknowledgment

Languages

  • TypeScript 56.1%
  • Svelte 30.5%
  • Shell 11.2%
  • JavaScript 1.3%
  • HTML 0.9%