Translation Guide
Help us make Syncthing Manager accessible to everyone! We welcome contributions for both the plugin interface and the documentation.
Translating the Plugin
We use Crowdin to manage all plugin translations. You don't need any coding experience to help!
- Go to our Crowdin Project Page.
- Choose your language from the list. If it isn't listed, you can request it on Crowdin.
- Start translating! Your changes will automatically be synced to our GitHub repository.
Translating Documentation
Our documentation is powered by MkDocs and the mkdocs-static-i18n plugin.
- Navigate to the
docs/folder. - Each language has its own subfolder (e.g.,
en/,pt/). - To translate a page, copy the
.mdfile from theen/folder to your language's folder and translate the content. - Maintain the same filename structure (e.g.,
02.features.md) to ensure proper navigation ordering.
How to Submit
- Fork the repository.
- Create a new branch for your translation (e.g.,
translation/spanish). - Commit your changes.
- Open a Pull Request (PR) describing the changes.
[!TIP] You don't need to be a programmer to help! Most translation work is just editing text files.
Thank you for helping the community! ❤️