Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for featured (0.14 sec)

  1. docs/de/docs/contributing.md

    Nehmen wir nun an, Sie möchten eine Übersetzung für den Abschnitt [Features](features.md){.internal-link target=_blank} hinzufügen.
    
    * Kopieren Sie die Datei:
    
    ```
    docs/en/docs/features.md
    ```
    
    * Fügen Sie sie an genau derselben Stelle ein, jedoch für die Sprache, die Sie übersetzen möchten, z. B.:
    
    ```
    docs/es/docs/features.md
    ```
    
    !!! tip "Tipp"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 23:55:23 GMT 2024
    - 16.2K bytes
    - Viewed (0)
  2. docs/en/docs/contributing.md

    Now let's say that you want to add a translation for the section [Features](features.md){.internal-link target=_blank}.
    
    * Copy the file at:
    
    ```
    docs/en/docs/features.md
    ```
    
    * Paste it in exactly the same location but for the language you want to translate, e.g.:
    
    ```
    docs/es/docs/features.md
    ```
    
    !!! tip
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Jan 11 17:42:43 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  3. docs/zh/docs/contributing.md

    如果你查看 FastAPI 的线上文档网站,会看到每种语言都有所有的文档页面,但是某些页面并未被翻译并且会有一处关于缺少翻译的提示。(但是当你像上面这样在本地运行文档时,你只会看到已经翻译的页面。)
    
    现在假设你要为 [Features](features.md){.internal-link target=_blank} 章节添加翻译。
    
    * 复制下面的文件:
    
    ```
    docs/en/docs/features.md
    ```
    
    * 粘贴到你想要翻译语言目录的相同位置,比如:
    
    ```
    docs/es/docs/features.md
    ```
    
    !!! tip
        注意路径和文件名的唯一变化是语言代码,从 `en` 更改为 `es`。
    
    回到浏览器你就可以看到刚刚更新的章节了。🎉
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Mar 13 11:57:21 GMT 2024
    - 12.9K bytes
    - Viewed (0)
Back to top