Merge branch 'docs/sync_cn_and_en_docs' into 'master'

docs: Sync CN and EN docs missing the translation label

Closes DOC-14472

See merge request espressif/esp-idf!48241
This commit is contained in:
Shen Meng Jing
2026-05-11 15:43:32 +08:00
18 changed files with 70 additions and 19 deletions

View File

@@ -302,7 +302,7 @@ PBP depends entirely on BAP for the underlying broadcast transport; it does not
Profile and Service Dependency Reference
-----------------------------------------
----------------------------------------
The following tables summarize the dependencies between profiles and services in the ESP-IDF LE Audio implementation.

View File

@@ -253,6 +253,7 @@ By default, failure to initialize external RAM will cause the ESP-IDF startup to
On {IDF_TARGET_NAME}, PSRAM encryption can use an independent encryption key. If the PSRAM encryption key is not programmed, the flash encryption key will be used as the PSRAM encryption key.
.. only:: esp32
.. include:: inc/external-ram-esp32-notes.rst

View File

@@ -60,7 +60,9 @@ To use Espressif's download server, set the environment variable ``IDF_GITHUB_AS
Any mirror server can be used provided the URL matches the ``github.com`` download URL format. For any GitHub asset URL that the install process downloads, it will replace ``https://github.com`` with ``https://${IDF_GITHUB_ASSETS}``.
.. note:: The Espressif download server currently does not mirror everything from GitHub, but only files attached as Assets to some releases, as well as source archives for some releases.
.. note::
The Espressif download server currently does not mirror everything from GitHub, but only files attached as Assets to some releases, as well as source archives for some releases.
.. _idf-tools-py: