-
Notifications
You must be signed in to change notification settings - Fork 85
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
Documentation: Help With Translation #1300
Comments
I would like to work on this. |
@RashmitTopG That's great! Where would you like to start? Do you need more tips on how to get started? |
What exactly do you need translation help with? Are you translating English documents to other languages or simply need it to be written better? |
Hi @Neema-Joju , if you have interest translating English to other languages that would be great! |
@ffforest I would like to work on this.. |
Hi @MiirzaBaig, that's great to hear. Where would you like to start? |
@ffforest how bout translating English to other languages...? |
@MiirzaBaig Absolutely my friend. My recommendation is to start with the README, but feel free to choose anything from the kusionstack.io website if you prefer. |
@ffforest Thanks for the recommendation! I'll start with the README |
Let me create a new sub-issue and assign that to you. |
@MiirzaBaig can you comment on the sub-issue(#1407) so I can assign it to you? |
What would you like to be added?
Any help with documentation translation is greatly appreciated!
The repo holding documentation is located here under
i18n
: https://github.com/KusionStack/kusionstack.io/tree/main/i18nTo build locally:
$ rm -rf .docusaurus
$ npm install
$ npm run start
Open http://localhost:3000/ in the browser.
To build locally with i18n:
$ npm run build
$ npx http-server ./build
Open http://localhost:8080/ in the browser.
Why is this needed?
Help with translation is greatly appreciated!
The text was updated successfully, but these errors were encountered: