yegor256 / jekyll-chatgpt-translate

Automated translating of Jekyll pages via ChatGPT: all you need is just an OpenAI API key
https://rubygems.org/gems/jekyll-chatgpt-translate
MIT License
15 stars 1 forks source link

Incorrect links to blog pages after translating #38

Closed FrediKats closed 1 year ago

FrediKats commented 1 year ago

Problem pages samples:

Step to repro:

Expected behavior: Link has href to another blog page

Actual behavior: LInk has href to itself

Additional info: Links to wiki and other external resources are correct.


More details:

Source: https://www.yegor256.com/2014/11/24/principles-of-bug-tracking.html

"discourage" has link to https://www.yegor256.com/2014/10/07/stop-chatting-start-coding.html

Translated: https://www.yegor256.com/ru/2014/11/24/principles-of-bug-tracking.html

"отговариваемся " has link to https://www.yegor256.com/ru/2014/11/24/principles-of-bug-tracking.html (page itself) "электронная почта" also has link to page itself

yegor256 commented 1 year ago

@rultor release, tag is 0.0.31

rultor commented 1 year ago

@rultor release, tag is 0.0.31

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 1 year ago

@rultor release, tag is 0.0.31

@yegor256 Done! FYI, the full log is here (took me 2min)

yegor256 commented 1 year ago

@FrediKats I believe it's fixed. I will release my blog with the new version of the plugin soon.