Linux command
wlc 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
List projects
wlc ls
Show component
wlc show [project/component]
Download translations
wlc download [project/component]
Upload translations
wlc upload [project/component]
Commit changes
wlc commit [project/component]
说明
wlc is the command-line client for Weblate, an open-source web-based translation management system. It provides access to Weblate's API for managing translation projects, downloading and uploading translation files, and committing changes from the terminal. The tool supports listing projects and components, viewing translation status, and performing bulk operations across multiple translation files. It requires a Weblate server URL and API key for authentication, which can be stored in a configuration file for convenience.
参数
- ls
- List projects.
- show
- Show details.
- download
- Get translations.
- upload
- Send translations.
- commit
- Commit changes.
- --config _FILE_
- Config file.
FAQ
What is the wlc command used for?
wlc is the command-line client for Weblate, an open-source web-based translation management system. It provides access to Weblate's API for managing translation projects, downloading and uploading translation files, and committing changes from the terminal. The tool supports listing projects and components, viewing translation status, and performing bulk operations across multiple translation files. It requires a Weblate server URL and API key for authentication, which can be stored in a configuration file for convenience.
How do I run a basic wlc example?
Run `wlc ls` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does ls do in wlc?
List projects.