-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Chinese doc translation issue. #722
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
Comments
There's also the possibility to doing Kron jobs on Travis. Thoughts? |
A cron job would have to perform sync commits against master. I'm not sure if that's a smart idea. Would it make sense to set up an intermediate repository like that? You would generate the directory there, and whenever you want to update the translation, you would trigger the generation script against that, get a diff, and then translate. I think this might give you the information you need to keep it up to date without complicating the setup of the main site. |
We are having this repo for translation. |
@lcxfs1991 Ok, I'll try to set up one below |
Thank you so much. Please also add |
Thanks @bebraw. 🙇 |
hey @bebraw. We have another suggestion that a new branch In branch Managing another branch may be easier than another new repository. |
@lcxfs1991 Is it enough if I set up a branch with proper rights for you to handle then? That sounds simpler, yeah. |
yes man. |
@lcxfs1991 Ok. I set up the branch and sent you an invite. You should be able to write to the branch. |
thanks! |
Hi @bebraw and @TheLarkInn.
We are recently having trouble with managing our translation docs. As we know,
webpack
doc repo does not keep loader and plugin docs itself. So we have to translate docs undergenerated
folder which makes us harder to make a diff.Would you think of keeping those docs under
content
folder ? i.e., run a program to regularly update docs from each loader and plugin.The text was updated successfully, but these errors were encountered: