AutomationFlowsAI & RAG › Automate Chinese to English Translation in Google Slides with Openrouter AI

Automate Chinese to English Translation in Google Slides with Openrouter AI

BySebastian/OptiLever @lewxiangang on n8n.io

This n8n workflow automates the translation of text in Google Slides presentations from one language to another using AI. It retrieves a specified presentation from Google Drive, extracts text from the slides, translates it in batches, and updates the presentation with the…

Event trigger★★★★☆ complexityAI-powered13 nodesGoogle SlidesGoogle DriveAgentGoogle Slides ToolOpenRouter Chat
AI & RAG Trigger: Event Nodes: 13 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #6060 — we link there as the canonical source.

This workflow follows the Agent → Google Drive recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "ef5c4414-8a7d-40fb-9c5b-40b634dc0051",
      "name": "When clicking \u2018Execute workflow\u2019",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        48,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c8e3363c-0ebe-47ce-a6d4-4479d6d8d5fe",
      "name": "Google Slides2",
      "type": "n8n-nodes-base.googleSlides",
      "position": [
        512,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "b678b5f2-44d1-42f1-aba0-20874d5f4c7e",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        288,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "b5e03624-4612-4b57-aa46-0b256e2ae6d4",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1392,
        32
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "f10545ae-a90e-4785-a23f-329cf9852244",
      "name": "Replace text",
      "type": "n8n-nodes-base.googleSlidesTool",
      "position": [
        1568,
        224
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "53a76aec-2fe4-4053-aa51-8df5ec7b7893",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        720,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "65df03c7-e1ab-4fe7-9f1b-5b10d20ad38a",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        944,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "cf86901f-a85e-4ded-a037-168907aae855",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1152,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "20b3d2c0-c03d-4a36-b4b7-fa0e4f3761f1",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        1808,
        208
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "b7f6b0ef-e98e-42c1-9fcb-2c15e880917c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -640,
        -304
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c827f4d4-9508-4b74-8457-9caa51c6f266",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        224,
        -304
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "68382c2b-c1c5-4721-a464-cb22916f4ef7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1328,
        -304
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e3f23049-2455-489e-a6fb-1da305a3b08e",
      "name": "OpenRouter Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        1392,
        224
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive": {
      "main": [
        [
          {
            "node": "Google Slides2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Replace text": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Slides2": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When clicking \u2018Execute workflow\u2019": {
      "main": [
        [
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This n8n workflow automates the translation of text in Google Slides presentations from one language to another using AI. It retrieves a specified presentation from Google Drive, extracts text from the slides, translates it in batches, and updates the presentation with the…

Source: https://n8n.io/workflows/6060/ — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

💬🗂️🤖 This workflow automates the translation of Google Slides presentations from any languages, while preserving the original formatting and slide structure. It leverages Google APIs, AI translation (

Google Slides, Google Gemini Chat, Google Slides Tool +4
AI & RAG

Arvifund - Supabase (Fixed v6). Uses httpRequest, telegram, supabase, telegramTrigger. Event-driven trigger; 92 nodes.

HTTP Request, Telegram, Supabase +8
AI & RAG

Arvifund - Supabase (Fixed v5). Uses httpRequest, telegram, googleSheets, telegramTrigger. Event-driven trigger; 91 nodes.

HTTP Request, Telegram, Google Sheets +9
AI & RAG

Arvifund - Supabase. Uses httpRequest, telegram, googleSheets, telegramTrigger. Event-driven trigger; 90 nodes.

HTTP Request, Telegram, Google Sheets +8
AI & RAG

Arvifund - Supabase (Fixed v2). Uses httpRequest, telegram, googleSheets, telegramTrigger. Event-driven trigger; 90 nodes.

HTTP Request, Telegram, Google Sheets +9