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) - 该项目使用的模板