markdown-translator
markdown-translator copied to clipboard
Add AWS support
Hi there, this is Steffen from Germany. Nice project, thanks for sharing. I forked it to create a version which uses the AWS Translate service. Now I am wondering if we shall combine it into one project (where you can configure the translation backend) or keep them as two independent projects. What do you think about this? If you want to see the changes please have a look at this repository https://github.com/smazanek/markdown-translator
Let me know if you want to merge it into one so that I can prepare a PR. I would need some guidance in that case how it should be done regarding configuration file or command line interface.
Kind regards Steffen
Thanks for great work!
I wrote this small project several years ago to solve daily repetitive translating work those days. Some interface or layer design seems not to be good enough nowadays, as well as test coverage and CI/CD.
Maybe I will do some refactoring using typescript one or two months later, but in temporary I have no time to refine api design or reorganize documentation(Since we need to add more config to load different translate strategy as well as documentation for new use cases, and maybe some contribution guides).
So in my opinion, we can just keep these two projects independent for now to keep them small and stable. And as soon as I begin to do the refactoring work I will let you know (if you still want).
Again thanks for your contribution.
Best wishes