From 3d017cd30c46b6e16c59456c4d85cad9bb7818be Mon Sep 17 00:00:00 2001 From: neo Date: Fri, 25 Jul 2025 14:18:48 +0800 Subject: [PATCH] doc: Add links to translated README versions Added language selection links to the README for easier access to translated versions: German, Spanish, French, Japanese, Korean, Portuguese, Russian, and Chinese. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 54602241b..565bf036f 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,18 @@ If you're looking for the Python implementation, you can find it +

+ + Deutsch | + Español | + français | + 日本語 | + 한국어 | + Português | + Русский | + 中文 +

+ ## Why Stagehand? Most existing browser automation tools either require you to write low-level code in a framework like Selenium, Playwright, or Puppeteer, or use high-level agents that can be unpredictable in production. By letting developers choose what to write in code vs. natural language, Stagehand is the natural choice for browser automations in production.