-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Translate docs to multiple languages #540
Comments
@alvarosabu I'll shoot a PR for german translations this weekend 👍 |
@alvarosabu @DennisSmuda |
@alvarosabu I've also started trying to translate it into Chinese. It's time to introduce more Chinese Vue developers to this awesome library! 🎉 |
You can still participate, let me know and I will add you to the doc team, the only thing I would ask if you could coordinate with @DennisSmuda inside the PR which pages to translate, one suggestion would be doing a todolist on the description and assign the pages between the contributors. Thanks a lot for this |
@alvarosabu @DennisSmuda |
@offskip-dave - I only have |
@offskip-dave I think I'm done - I'd appreciate someone to read over it though 🙏 |
Ok, I will do! |
I'm glad to work together with @enpitsuLin on this translation.🤗 Hopefully, Tres can help more people get their work done. |
@alvarosabu |
@alvarosabu |
Hey @Laeti-dev ✋ I already did some pages but didnt open a PR, I will do it tonight and then we can split what is still waiting to be done. I will also appreciate a review once everything will be done. I keep you posted a bit later in the day :) |
Hello @AminGtt ! I'll have some free time this week, if you could just open a PR with your work, I could start with a proof reading and work on a page ;) Talk to you soon |
Absolutely! Feel free to create a PR for Japanese! I think I know who could help us. 😊 |
Hi @Laeti-dev @AminGtt let me know if I can support you somehow, super happy to see everyone collaborating to get Tres translated to everyone. Thank you 🙏🏻 |
Hey @Laeti-dev! Sorry for not contacting you directly before but I am not able to mention you on the PR directly, I opened it the day we talked. You can found it here: #555 |
Italian translations WIP 👷♂️ #654, setup ready 👍 |
@alvarosabu |
Hi @offskip-dave no rush at all, I'm really happy you are working on them 💚 |
4.0 is a beneficial update. I hope the corresponding Chinese documentation can keep up with this change soon. If you need any help, I'll be happy to help🚀 |
Hi @hexianWeb yes we will need to update all the translations soon, I'm talking with the DX of Astro for a tool that checks which pages need updating on vitepress. We might be able to use it |
@alvarosabu I finished Italian translations, I would like someone to take a look at it to check that everything is ok 👀 #654 |
The tool sounds very useful, Please keep me updated on its progress. Also, if there's anything I can assist with, please don't hesitate to let me know. |
@alvarosabu, as I said in the past, I will translate the content to Portuguese. I already forked the repository and I will start soon. |
Description
As a developer using TresJS I would like to have documentation available in my native language
This ticket is meant to keep track of the progress of multiple PRs to translate Tres docs:
Feel free to comment below if you would like to add your language and help us translate the docs.,
Suggested solution
Create a branch
docs/translation-<language-unicode>
and a PR similar to #534 with the following steps:<language-unicode>.ts
insidedocs/.vitepress/config
ex:zh.ts
(copy theen.ts
which is the original and then translate only what's needed.link: /guide/
->link: /zh/guide
docs/.vitepress/config/index.ts
like this:docs/
, this is where the translations will live, then start translating the files using the same structure as on the docs root, like this:docs/advanced/extending.md
-->docs/zh/advanced/extending.md
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: