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

Chinese Worksheet Generator with French translations #41

Open
seraphinm opened this issue Jul 11, 2018 · 5 comments
Open

Chinese Worksheet Generator with French translations #41

seraphinm opened this issue Jul 11, 2018 · 5 comments

Comments

@seraphinm
Copy link

Hello,

The chinese worksheet generator you have developed is great, as a French person, I'd be very much interested in having the same tool with French translations. Is it possible to implement a French version thanks to CFDICT, the french dataset ?

Thank you very much in advance,

Seraphin

@lucivpav
Copy link
Owner

Hello,

Thank you for your interest in cwg. It should be indeed possible to implement the French version using CFDICT. Can you code? I would very much welcome your pull request :)

Pavel

@seraphinm
Copy link
Author

Unfortunately I can't code... But I teach chinese and it would be very nice to use the generator in French :)
Where could I start from if I want to implement a French version ?

@lucivpav
Copy link
Owner

I understand that, but I am not sure if I will have time for it. If you are interested to try it out, you could first fork and clone the repository and set it up so that you can run it locally on your own computer, following the installation notes. Once it works, investigate the code that takes data from CEDICT. Then you can think about how would you replace the data set with CFDICT. They may have different structure, but they both contain the same content type - translation and pinyin.

You could basically rewrite the website in frontend folder to be in French language. And you would modify the backend to get data from CFDICT instead of CEDICT. These changes should be commited on your forked repository. Then you send me a pull request and I will integrate the changes :) I think you could learn a lot from this and don't worry, Python and JavaScript are relatively easy to understand programming languages. There are many free tutorials on the internet or YouTube that you could follow.

@seraphinm
Copy link
Author

Thank you very much for the different steps described in your reply, I don't know whether I'll be able to do it but I'm going to give it a try and we'll see how far I can go. I'll keep you posted :)

@jeroenflvr
Copy link

Hello,

The chinese worksheet generator you have developed is great, as a French person, I'd be very much interested in having the same tool with French translations. Is it possible to implement a French version thanks to CFDICT, the french dataset ?

Thank you very much in advance,

Seraphin

If still applicable, I'm currently working on this and will do a pull request when done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants