From 72adc8ac509bb173050c8a0b8fde9fe951674a5a Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 24 Dec 2023 18:50:04 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=8D=94=E5=8A=A9=E8=AA=AA=E6=98=8E?= =?UTF-8?q?=E8=A3=9C=E5=85=85=E8=88=87=E8=AA=BF=E6=95=B4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=85=A7=E5=AE=B9=E9=A1=AF=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++++++--- README_cn.md | 12 +++++++++++- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea6e007c..916c44ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -**| English | [简体中文](README_cn.md) |** +# BewlyBewly + +English | [简体中文](README_cn.md)


@@ -30,9 +32,9 @@ Even in the Edge browser, we strongly recommend you install it in the Chrome web ### Local Installation -[ci](https://github.com/hakadao/BewlyBewly/actions):automatically build with the latest code +[CI](https://github.com/hakadao/BewlyBewly/actions):Automatically build with the latest code -[releases](https://github.com/hakadao/BewlyBewly/releases):stable version +[Releases](https://github.com/hakadao/BewlyBewly/releases):Stable version #### Edge & Chrome (RECOMMENDED) @@ -82,6 +84,14 @@ pnpm build And then pack files under `extension` +### 🤝 Contribution + +#### i18n + +- When doing translations, if you have a language you are not familiar with, you can use another language that you have translated and point out what language you cannot translate in the pull request. + +- **Please MANUALLY MAINTAIN the i18n files!!!** Do not use `i18n Ally` or other extensions to maintain them. I know you might be confused or might not like this, but using `i18n Ally` for the maintenance will be uncertain where to place the translations afterward or delete the code comments. + ## ❤️ Credits - [vitesse-webext](https://github.com/antfu/vitesse-webext) - The template used for this project diff --git a/README_cn.md b/README_cn.md index d04e4baa..7792dde3 100644 --- a/README_cn.md +++ b/README_cn.md @@ -1,4 +1,6 @@ -**| [English](README.md) | 简体中文 |** +# BewlyBewly + +[English](README.md) | 简体中文


@@ -82,6 +84,14 @@ pnpm build 然后打包到 `extension` 文件夹 +### 🤝 Contribution + +#### i18n + +- 在进行翻译时,如果你遇到一种你不熟悉的语言,可以使用另一种你已经翻译过的语言,并在 Pull requests 中指出你无法翻译的语言。 + +- 请**手动维护** i18n 国际化文件!!!不要使用 `i18n Ally` 或其他扩展来维护它们。我知道你可能会感到困惑或不喜欢这样做,但使用 `i18n Ally` 进行维护会不确定如何放置翻译或删除代码注释。 + ## ❤️ 鸣谢 - [vitesse-webext](https://github.com/antfu/vitesse-webext) - 该项目使用的模板