EN 🇬🇧 | PL 🇵🇱
A NextJS Web App for doing certain things with Genshin Impact's namecards!
It might not amount to anything, this is just an idea I happened to have.
You can find the current version of the app here: https://namecard-tools.vercel.app/
To start the local development server, run:
pnpm dev
Then you can open http://localhost:3000 with your browser to see the result.
This project supports different UI languages. I've added a couple as an example, but if you notice an issue with one of my translations or would like to contribute by translating the UI to your own language, do the following.
- Copy
messages/en.json
tomessages/xx.json
(wherexx
is the locale code for your language.) - Translate all the strings to said language.
- Add the language code to
src/i18n/config.ts
in the following places:
- The
locales
field - The
localeData
field - These should follow the pattern already outlined in there.
- Add the json file to a pull request and wait patiently for feedback/changes.
- enkanetwork.js
- dndkit - for drag and drop
enka.networkAPI Docs: https://api.enka.network/#/apiLoading images: https://api.enka.network/#/api?id=icons-and-imagesNamecard data: https://github.com/EnkaNetwork/API-docs/blob/master/store/namecards.json