A multi platform cashu wallet
To run the project for development, follow these steps:
- Clone this repository
- Install dependencies with
pnpm install
- Run the app with
npm run dev
This project uses inlang for translations. To add a new language, follow these steps:
- Create a new file in the
messages
directory with the language code as the filename (e.g.,en.json
) - add locale shorthand in
project.inlang/settings.json
under locales array - add locale shorthand and label in
src/lib/langs.ts
- copy the contents of an existing translation file and modify it to fit translations.
- compile the translations with
pnpm run compile:i18n