Hayagriva has quite intuitive field names already, but I like to fill out forms so I remember what fields there are. This is a simple web app that does exactly that.
pnpm dev: Runs the dev serverpnpm check: Runs lint checkspnpm fmt: Formats the codebase
- Copy
translations/en.tsintotranslations/$lang.ts, where$langis your chosen language, and edit it to your liking. - Edit
translations/index.tsin the following ways:- Add
import $lang from "./$lang";to the import section. - Add your language to the
LANGSarray. - Add your language to the
translationsconstant.
- Add