diff --git a/.github/assets/github-banner.png b/.github/assets/github-banner.png new file mode 100644 index 00000000..93a37e57 Binary files /dev/null and b/.github/assets/github-banner.png differ diff --git a/README.md b/README.md index 95ef3728..4c442d03 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,29 @@ -[![Discord](https://img.shields.io/badge/discord-join-5865F2?logo=discord&logoColor=white)](https://discord.gg/VEhNQXxYMB) +English | [简体中文](./README_ZH.md) | [日本語](./TRANSLATIONS.md) | [Tiếng Việt](./TRANSLATIONS.md) | [Hindi](./TRANSLATIONS.md) | [Spanish](./TRANSLATIONS.md) | [French](./TRANSLATIONS.md) | [German](./TRANSLATIONS.md) | [Farsi](./TRANSLATIONS.md) | [Turkish](./TRANSLATIONS.md) | [Thai](./TRANSLATIONS.md) | [繁體中文](./README_ZH_hk.md) | [Catalan](./TRANSLATIONS.md) -English | [简体中文](./README_ZH.md) | [繁體中文](./README_ZH_hk.md) +![OpenWork banner](./.github/assets/github-banner.png) + +> OpenWork is an AI coworker for you an your team. It helps you run your agents, skills, and MCPs. It's an open-source alternative to Claude Cowork/Codex (desktop app). + +
+
+ Docs · + Report Bug | + Request a Feature | + Join Discord | + Download App +
+
+

+ Docs + Discord + Github Stars + Commits-per-week + License: MIT +

+
-# OpenWork -> OpenWork helps you run your agents, skills, and MCP. It's an open-source alternative to Claude Cowork/Codex (desktop app). ## Core Philosophy diff --git a/TRANSLATIONS.md b/TRANSLATIONS.md new file mode 100644 index 00000000..5c481234 --- /dev/null +++ b/TRANSLATIONS.md @@ -0,0 +1,29 @@ +# Help Translate OpenWork + +We are actively looking for contributors to translate OpenWork to your own native language. + +## README translations + +If you want to add a new README language: + +1. Copy `README.md` to a new file like `README_.md`. +2. Translate the content. +3. Add your new language link to the first line of `README.md`. +4. Open a PR. + +## App UI translations (i18n) + +You can also help translate the app UI via: + +- `packages/app/src/i18n/` + +Currently available app UI locales: + +- English (`en`) +- Japanese (`ja`) +- Vietnamese (`vi`) +- Chinese (`zh`) + +Locale files live in `packages/app/src/i18n/locales/`. + +If you are unsure where to start, open an issue and mention the language you want to contribute.