getzola / zola

A fast static site generator in a single binary with everything built-in. https://www.getzola.org
https://www.getzola.org
MIT License
13.44k stars 941 forks source link

New Feature Idea. Automatic Translations. #2319

Closed Jieiku closed 7 months ago

Jieiku commented 11 months ago

I was about to write a node script to handle automatically translating pages into other languages: https://github.com/Jieiku/abridge/issues/149

However the API tool I am planning to use is written in rust and VERY light weight. So I am curious if such a feature would be of interest in the core Zola project?

donovanglover commented 11 months ago

I feel like automatic translations are better handled by a user's browser, browser extensions, and/or translation websites.

One of the main advantages of translating client-side is that users can see multiple options for a given translation.

Jieiku commented 11 months ago

I think certain use cases would benefit from having this, mostly just waiting on more people to weigh in, in particular @Keats, before I start work either adding it to zola or writing a node script.

Keats commented 11 months ago

Deepl does some ok translations but I wouldn't want that tool to be in Zola itself