How do I upload a template in English?

Describe the problem/error/question. I uploaded a template but it’s in French by the creator. How can I upload it in English, instead?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

The name of nodes and text added to sticky notes etc. can’t be changed automatically. But you can just copy the JSON to an LLM of your choice like ChatGPT and ask it to translate the content, without changing the structure and n8n reference for example.

eluneborg,

it seems like you want to upload an English template, but the creator provided one in French. this isn’t an issue with n8n itself, but rather a matter of translation.

if you have a copy of the desired english text somewhere, you could try copying and pasting it into your n8n workflow using cmd+c/ctrl+c and cmd+v/ctrl+v to paste. if that’s not possible, you’ll need to contact the creator for an english version or use a different template.

I was able to just cut and paste every single line of French Google translate and converted into English. There isn’t a quick button to change the language. It took me some time.