From b51e906cfe4079da42ab1e707a877593c1fef198 Mon Sep 17 00:00:00 2001 From: Jace Date: Wed, 3 Jun 2026 19:40:05 +0200 Subject: [PATCH] fix(docs): drop README language links to unmerged translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The switcher header listed all seven planned locales, but only en/ja/de are merged — so 简体中文 / 한국어 / Português (BR) / Русский were 404 links on the live README. Trim each switcher to the languages that actually exist; the remaining four return as their translation PRs (#76/#78/#79/#80) land. --- README.de.md | 2 +- README.ja.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.de.md b/README.de.md index 9c3f29d..090b922 100644 --- a/README.de.md +++ b/README.de.md @@ -14,7 +14,7 @@ Pixelgenaue Figma-Squircles + drei weitere Eckkurven. **[Live-Demo →](https://corne.rs)** -[English](./README.md) · [简体中文](./README.zh-Hans.md) · [日本語](./README.ja.md) · [한국어](./README.ko.md) · [Português (BR)](./README.pt-BR.md) · [Русский](./README.ru.md) · **Deutsch** +[English](./README.md) · [日本語](./README.ja.md) · **Deutsch** diff --git a/README.ja.md b/README.ja.md index 1f7f053..80200ec 100644 --- a/README.ja.md +++ b/README.ja.md @@ -14,7 +14,7 @@ React、Vue、Svelte 向けのなめらかな角の SVG プリミティブ。 **[Live demo →](https://corne.rs)** -[English](./README.md) · [简体中文](./README.zh-Hans.md) · **日本語** · [한국어](./README.ko.md) · [Português (BR)](./README.pt-BR.md) · [Русский](./README.ru.md) · [Deutsch](./README.de.md) +[English](./README.md) · **日本語** · [Deutsch](./README.de.md) diff --git a/README.md b/README.md index 1c74d58..336f144 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Pixel-perfect Figma squircles + three other corner curves. **[Live demo →](https://corne.rs)** -**English** · [简体中文](./README.zh-Hans.md) · [日本語](./README.ja.md) · [한국어](./README.ko.md) · [Português (BR)](./README.pt-BR.md) · [Русский](./README.ru.md) · [Deutsch](./README.de.md) +**English** · [日本語](./README.ja.md) · [Deutsch](./README.de.md)