Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] docs: Add a Japanese version to the document. #1386

Closed
wants to merge 1 commit into from
Closed

[WIP] docs: Add a Japanese version to the document. #1386

wants to merge 1 commit into from

Conversation

goisaki
Copy link

@goisaki goisaki commented Jan 31, 2024

I love lucia-auth very much.
And I think it is starting to grow in Japan as well.
So I want to add a Japanese version to the documentation.
This will be one of the reasons to spread this best framework.
If it's not wanted, I'm quitting, so please let me know.

Pros

  • More Japanese users

Cons

  • Need power to reflect updates

Tasks

Site appears to use Astro, but cannot preview locally.
So not sure how to do it right for i18n.
See also: Internationalization (Astro docs)

Files

basics

  • basics/configuration.md
  • basics/sessions.md
  • basics/users.md

database

  • database/drizzle.md
  • database/index.md
  • database/kysely.md
  • database/mongodb.md
  • database/mongoose.md
  • database/mysql.md
  • database/postgresql.md
  • database/prisma.md
  • database/sqlite.md

getting-started

  • getting-started/astro.md
  • getting-started/express.md
  • getting-started/index.md
  • getting-started/nextjs-app.md
  • getting-started/nextjs-pages.md
  • getting-started/nuxt.md
  • getting-started/solidstart.md
  • getting-started/sveltekit.md

guides/email-and-password

  • guides/email-and-password/2fa.md
  • guides/email-and-password/basics.md
  • guides/email-and-password/email-verification-codes.md
  • guides/email-and-password/email-verification-links.md
  • guides/email-and-password/index.md
  • guides/email-and-password/login-throttling.md
  • guides/email-and-password/password-reset.md
  • guides/improving-sessions.md

guides/oauth

  • guides/oauth/account-linking.md
  • guides/oauth/basics.md
  • guides/oauth/custom-providers.md
  • guides/oauth/index.md
  • guides/oauth/multiple-providers.md
  • guides/oauth/pkce.md
  • guides/passkeys.md
  • guides/troubleshooting.md
  • guides/validate-bearer-tokens.md

guides/validate-session-cookies

  • guides/validate-session-cookies/astro.md
  • guides/validate-session-cookies/elysia.md
  • guides/validate-session-cookies/express.md
  • guides/validate-session-cookies/hono.md
  • guides/validate-session-cookies/index.md
  • guides/validate-session-cookies/nextjs-app.md
  • guides/validate-session-cookies/nextjs-pages.md
  • guides/validate-session-cookies/nuxt.md
  • guides/validate-session-cookies/solidstart.md
  • guides/validate-session-cookies/sveltekit.md
  • index.md

main

  • main/Adapter.md
  • main/Cookie.md
  • main/DatabaseSession.md
  • main/DatabaseSessionAttributes.md
  • main/DatabaseUser.md
  • main/DatabaseUserAttributes.md

main/LegacyScrypt

  • main/LegacyScrypt/hash.md
  • main/LegacyScrypt/index.md
  • main/LegacyScrypt/verify.md

main/Lucia

  • main/Lucia/createBlankSessionCookie.md
  • main/Lucia/createSession.md
  • main/Lucia/createSessionCookie.md
  • main/Lucia/deleteExpiredSessions.md
  • main/Lucia/getUserSessions.md
  • main/Lucia/index.md
  • main/Lucia/invalidateSession.md
  • main/Lucia/invalidateUserSessions.md
  • main/Lucia/readBearerToken.md
  • main/Lucia/readSessionCookie.md
  • main/Lucia/validateSession.md

main/Scrypt

  • main/Scrypt/hash.md
  • main/Scrypt/index.md
  • main/Scrypt/verify.md
  • main/Session.md
  • main/TimeSpan.md
  • main/User.md
  • main/generateId.md
  • main/index.md
  • main/verifyRequestOrigin.md

tutorials/github-oauth

  • tutorials/github-oauth/astro.md
  • tutorials/github-oauth/index.md
  • tutorials/github-oauth/nextjs-app.md
  • tutorials/github-oauth/nextjs-pages.md
  • tutorials/github-oauth/nuxt.md
  • tutorials/github-oauth/sveltekit.md
  • tutorials/index.md

tutorials/username-and-password

  • tutorials/username-and-password/astro.md
  • tutorials/username-and-password/index.md
  • tutorials/username-and-password/nextjs-app.md
  • tutorials/username-and-password/nextjs-pages.md
  • tutorials/username-and-password/nuxt.md
  • tutorials/username-and-password/sveltekit.md

upgrade-v3

  • upgrade-v3/index.md
  • upgrade-v3/mongoose.md
  • upgrade-v3/mysql.md
  • upgrade-v3/oauth.md
  • upgrade-v3/password.md
  • upgrade-v3/postgresql.md

upgrade-v3/prisma

  • upgrade-v3/prisma/index.md
  • upgrade-v3/prisma/mysql.md
  • upgrade-v3/prisma/postgresql.md
  • upgrade-v3/prisma/sqlite.md
  • upgrade-v3/sqlite.md

@goisaki
Copy link
Author

goisaki commented Jan 31, 2024

Hi @pilcrowonpaper
what do you think?

@pilcrowonpaper
Copy link
Member

pilcrowonpaper commented Jan 31, 2024

Hm, I'd like to hold off from translating docs until I have bit more free time. The docs are bound to change a lot since we just released v3 so I don't think it's a smart idea to start now either. Can you open a new issue instead? Should also figure out what's the best approach to organizing and serving content too.

@goisaki
Copy link
Author

goisaki commented Jan 31, 2024

Okay, Thanks for responding so quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants