Introduction

Quick Input Translation

You can quickly translate the input content in the input box

Overview

How To Use

When you enter “Nice to see you /ko” in the input box, it will be translated into Korean

Input Content : Nice to see you

End Symbol: /

Language Code: ko

“ko” is the language code for Korean. To translate to another language, simply replace “ko” with the corresponding language code.

Auto Translation

Real-time translation of chat content

Overview

How To Use

Open the auto translation switch option in the extension options page. When you receive a message, it will be translated into the language you set in the options.

Button Translation

You can click the button to translate chat message.

Overview

How To Use

Click the button to translate the chat message.

Side Panel Translation

You can use side panel to translate chat message.

Overview

How To Use

Auto Send Translated Content

You can automatically send translated content.

The default key for sending messages is Enter.

If you have modified this setting in WhatsApp, please choose the message sending key accordingly.

Windows: Enter or Windows + Enter

MacOS: Enter or ⌘ + Enter

Linux: Enter or Windows + Enter

Extension Options

Personalized configurations for a better experience.

Translation Service

DeepL

How to get API Key?

  1. Open the URL: https://www.deepl.com/en/your-account/summary
  2. Copy the API key
# DeepL

# DeepL URL
https://api.deepl.com/v2/translate

# DeepL Key
Your-DeepL-Key

OpenAI

How to get API Key?

  1. Open the URL: https://platform.openai.com/api-keys
  2. Create the API Key

# OpenAI

# OpenAI Host
https://api.openai.com/v1 ✅
https://api.openai.com ❌

# OpenAI Key
sk-Your-OpenAI-Key

# OpenAI Model
GPT-4o
Get the model from: https://platform.openai.com/docs/models

# OpenAI Temperature
0.5

# OpenAI Prompt
You are a highly skilled AI trained in language translation. I would like you to translate the text delimited by triple quotes into #{targetLanguage}# language, ensuring that the translation is colloquial and authentic.
Only give me the output and nothing else. Do not wrap responses in quotes.
"""
#{content}#
"""

# OpenAI SystemRole
You are a translator, translate directly without explanation.

xAI

How to get API Key?

  1. Open the URL: https://console.x.ai/
  2. Create the API Key

# xAI

# xAI Host
https://api.x.ai/v1 ✅
https://api.x.ai ❌

# xAI Key
xai-Your-xAI-Key

# xAI Model
grok-beta or grok-vision-beta

# xAI Temperature
0.5

# xAI Prompt
You are a highly skilled AI trained in language translation. I would like you to translate the text delimited by triple quotes into #{targetLanguage}# language, ensuring that the translation is colloquial and authentic.
Only give me the output and nothing else. Do not wrap responses in quotes.
"""
#{content}#
"""

# xAI SystemRole
You are a translator, translate directly without explanation.

Notice

If you want to modify the prompt, remember to place #{targetLanguage}# and #{content}# in the appropriate positions.

#{targetLanguage}#: The target language of the translated content

#{content}#: What needs to be translated