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

[Docs]: Internationalization #1387

Open
goisaki opened this issue Jan 31, 2024 · 2 comments
Open

[Docs]: Internationalization #1387

goisaki opened this issue Jan 31, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@goisaki
Copy link

goisaki commented Jan 31, 2024

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 #1386 (comment)

@goisaki goisaki added the documentation Improvements or additions to documentation label Jan 31, 2024
@goisaki
Copy link
Author

goisaki commented Feb 1, 2024

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

cd docs
pnpm i
pnpm build

@goisaki
Copy link
Author

goisaki commented Feb 1, 2024

By super simple method like:

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

@pilcrowOnPaper pilcrowOnPaper changed the title [Docs]: Add a Japanese version to the document [Docs]: Internationalization May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant