Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.03 KB

File metadata and controls

29 lines (21 loc) · 1.03 KB

import { useI18n } from 'rspress/runtime'

{useI18n()('prod_intro')} {#prod_intro_i18n}

The following specifications must be followed during the internationalization translation process:

  • The directory structure of the multilingual documents (doc/en) must be identical to the documents under the doc/zh directory, ensuring that the links to the multilingual documents are exactly the same except for the language identifier.

    ::: danger If an automated translation tool is used for the translation, there is no need to be concerned about this issue, as the automated translation tool will automatically generate the directory structure for the target language documents based on doc/zh. :::

```mdx title="AcpApisOverview" ```