docs: add multi-language README support#52
Conversation
Add Chinese, Spanish, French, Portuguese, Russian, and German README translations with a unified language switcher, aligned with common i18n documentation patterns for global SDK adoption.
|
Hi team — wanted to share a bit of context on this one. Perplexity's API is used by developers all over the world, but the README has only been in English so far. For an SDK like this, docs are often the first thing people read before This PR adds full README translations in six languages (ZH, ES, FR, PT, RU, DE) with a simple switcher at the top. All code samples, env var names, and API identifiers are left as-is so nothing breaks copy-paste workflows — only the explanatory text is translated. Happy to adjust any wording if something reads awkwardly in a particular locale. Thanks for considering! |
47a006c to
e07537f
Compare
Summary
Changes
README-ZH.mdREADME-ES.mdREADME-FR.mdREADME-PT.mdREADME-RU.mdREADME-DE.mdREADME.mdEach translation preserves the full structure of the English README. Code samples, API identifiers, environment variables, and URLs are kept unchanged so they remain copy-paste ready.
Test plan