delay / sveltekit-auth-starter

This is a Sveltekit auth starter project. It utilizes Lucia for authentication, Skeleton for ui elements, Prisma for database connectivity and type safety, Lucide for icons, inlang for translation, Zod and Superforms to handle forms and validation and Sveltekit.
https://sveltekit-auth-starter.vercel.app
MIT License
215 stars 31 forks source link

added i18n using inlang #2

Closed ak4zh closed 1 year ago

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @delay on Vercel.

@delay first needs to authorize it.

delay commented 1 year ago

Thanks so much for this pull request! I wanted to localize the app, and hadn’t looked into how to do it. I didn’t know about inlang, but it looks very cool. Let me review inlang for the next day or two but so far looks great. Once I have a good understanding I will merge this. Thanks so much for doing this.