lucia icon indicating copy to clipboard operation
lucia copied to clipboard

[Docs]: Internationalization

Open goisaki opened this issue 1 year ago • 2 comments

Description

It was created based on #1386 that was suspended.

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.

Originally posted by @pilcrowOnPaper in https://github.com/lucia-auth/lucia/issues/1386#issuecomment-1918911671

goisaki avatar Jan 31 '24 11:01 goisaki

hi @pilcrowOnPaper I have created a demo of the documentation for multiple languages. Give it a try.

cd docs
pnpm i
pnpm build

goisaki avatar Feb 01 '24 12:02 goisaki

By super simple method like:

#!/bin/sh
rm -rf ./dist
malta build
cd translations/ja
malta build
cp -r ./dist/ja ../../dist

goisaki avatar Feb 01 '24 12:02 goisaki