From 719d49d5ff56f534ca3a2136f80dc52561172280 Mon Sep 17 00:00:00 2001 From: neo Date: Thu, 4 Sep 2025 15:23:09 +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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 16ade8deb..c5777f872 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ [![Python Versions](https://img.shields.io/pypi/pyversions/TA-Lib?label=Python)](https://pypi.org/project/TA-Lib/) [![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause) + +[Deutsch](https://zdoc.app/de/TA-Lib/ta-lib-python) | +[Español](https://zdoc.app/es/TA-Lib/ta-lib-python) | +[français](https://zdoc.app/fr/TA-Lib/ta-lib-python) | +[日本語](https://zdoc.app/ja/TA-Lib/ta-lib-python) | +[한국어](https://zdoc.app/ko/TA-Lib/ta-lib-python) | +[Português](https://zdoc.app/pt/TA-Lib/ta-lib-python) | +[Русский](https://zdoc.app/ru/TA-Lib/ta-lib-python) | +[中文](https://zdoc.app/zh/TA-Lib/ta-lib-python) + This is a Python wrapper for [TA-LIB](http://ta-lib.org) based on Cython instead of SWIG. From the homepage: