Content
# FastmcpDocs
**I18N**
The internationalized documentation of fastmcp.
🚀 The fast, Pythonic way to build MCP servers and clients.
[fastmcp source code](https://github.com/jlowin/fastmcp)
## Folder description
`i18n`: Internationalized document.
`origin`: Original comparison document.(The fastmcp does not have an i18n structure. This folder is used to facilitate the comparison with the original content.)
## Contributions
1. Usually, you need to perform a diff operation with the original document, Make sure the document is up-to-date.
2. Then, create the corresponding language configuration file in the `i18n/json_config` directory, and translate the parts that need to be translated in the language configuration file.
3. Create a folder named with the corresponding LANGUAGE CODE in the `i18n` directory, and name the file as the corresponding CODE. The CODE can be referred to in the
table [LANGUAGE_CODE](./LanguageCode.md)
4. Create a copy of `origin` or `i18n/en`. If you use `origin` as the source for the copy, be sure to maintain the correctness of the file structure.
5. Use the command `cd i18n` to enter the directory `i18n`, and then use the script `python build_docs_json.py` to update the file `i18n/docs.json`.
6. Start the translation process and use `mint dev` to check the accuracy of the translation at any time.(Regarding the installation and usage of Mint, please refer to
Document [MintlifyDocs](https://mintlify.com/docs/installation).)
7. Submit your internationalized content.
---
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.