Warning
This is just a learning project!
While this is functionnal I recommend you use the official mod generator.
A tool to generate your own Quilt Templates !
Head to https://c-leri.github.io/quilt-template-mod-generator/ fill the form and click Generate Template
!
Clone the project and run bun install
to install dependencies then bun dev
to start a development server
- 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
- General idea and inspiration for the project : Jaffe2718's Quilt Template Mod Generator
- Base for the Svelte rewrite : Quilt Developer Wiki