From bd5c6656741f8383878bc9d906b2493b5a850ef0 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 12 Aug 2026 18:06:05 +0300 Subject: [PATCH] docs: improve README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b57e5a..5421310 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Language Tool [English](README.md) | [中文](README-zh.md) Language Tool is a macOS application designed for the automated generation of multi-platform localization files in multiple languages. It supports the generation of localization files for iOS, Flutter, and Electron projects. @@ -88,12 +90,13 @@ If you prefer to build the application yourself: ## Notes -- You need to configure a valid DeepSeek AI or Gemini service API Key before use +- You need to configure a valid DeepSeek AI, Gemini, or Aliyun DashScope API Key before use - It is recommended to back up existing localization files before use - Translation results may require manual review to ensure accuracy - Different platforms have different localization file formats, please ensure to select the correct platform -- deepseek [application portal](https://platform.deepseek.com/api_keys) -- Gemini api [application portal](https://aistudio.google.com/app/apikey?hl=zh-cn) +- DeepSeek [application portal](https://platform.deepseek.com/api_keys) +- Gemini API [application portal](https://aistudio.google.com/app/apikey?hl=zh-cn) +- Aliyun DashScope [application portal](https://dashscope.console.aliyun.com/apiKey) ## Contribution @@ -111,4 +114,4 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file ## Contact -If you have any questions or suggestions, please contact us via GitHub Issues. \ No newline at end of file +If you have any questions or suggestions, please contact us via GitHub Issues.