From ad5212af72db12485e05a379a1120b748ed68478 Mon Sep 17 00:00:00 2001 From: Takeshi Shimada Date: Mon, 27 Oct 2025 02:16:44 +0900 Subject: [PATCH] docs: Add Japanese README link to main README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a link to the Japanese version (README_jp.md) at the top of the English README for better accessibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82d9e76..ed8a12b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Platforms](https://img.shields.io/badge/Platforms-iOS%20|%20macOS%20|%20watchOS%20|%20tvOS-blue.svg)](https://github.com/ViewFeature/Flow) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[日本語版](README_jp.md) + A type-safe state management library for SwiftUI applications. Flow provides a unidirectional data flow architecture with full support for Swift 6 Approachable Concurrency.